update
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.fixed-hidden {
|
||||
.fixed--hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
.vxe-table--fixed-left-wrapper,
|
||||
|
||||
@@ -15,7 +15,7 @@ function renderColumn (h, $table, fixedType, row, rowIndex, column, columnIndex)
|
||||
tdClss.push(`col--${align}`)
|
||||
}
|
||||
if (fixedHiddenColumn) {
|
||||
tdClss.push('fixed-hidden')
|
||||
tdClss.push('fixed--hidden')
|
||||
}
|
||||
if (showTitle) {
|
||||
cellClss.push('c--title')
|
||||
|
||||
@@ -114,7 +114,7 @@ export default {
|
||||
thClss.push(`col--${column.headerAlign}`)
|
||||
}
|
||||
if (fixedHiddenColumn) {
|
||||
thClss.push('fixed-hidden')
|
||||
thClss.push('fixed--hidden')
|
||||
}
|
||||
if (column.visible) {
|
||||
renderRows.push(
|
||||
|
||||
Reference in New Issue
Block a user