update:表格边框样式污染
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
}
|
||||
.vxe-table {
|
||||
* {
|
||||
.vxe-table--border-line {
|
||||
border: none !important;
|
||||
}
|
||||
.vxe-header--row {
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
trigger: 'cell'
|
||||
}"
|
||||
>
|
||||
<vxe-column v-if="showCheckbox" type="checkbox" width="60" align="center" header-align="center"></vxe-column>
|
||||
<vxe-column v-if="showCheckbox" type="checkbox" width="60" align="left" header-align="left"></vxe-column>
|
||||
<vxe-column v-if="showIndex" type="seq" width="80" align="left" header-align="left" />
|
||||
<vxe-column
|
||||
v-for="(item) in tableHeadVisible"
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
trigger: 'cell'
|
||||
}"
|
||||
>
|
||||
<vxe-column v-if="showCheckbox" type="checkbox" width="60" align="center" header-align="center" fixed="left"></vxe-column>
|
||||
<vxe-column v-if="showCheckbox" type="checkbox" width="60" align="left" header-align="left" fixed="left"></vxe-column>
|
||||
<vxe-column v-if="showIndex" type="seq" width="80" align="left" header-align="left" fixed="left" />
|
||||
<vxe-column
|
||||
v-for="(item) in tableHeadVisible"
|
||||
|
||||
Reference in New Issue
Block a user