1
0
mirror of synced 2025-12-07 22:28:34 +08:00
This commit is contained in:
xuliangzhan
2019-04-26 13:50:25 +08:00
parent 6a32c449ac
commit d06f240529
3 changed files with 3 additions and 3 deletions

View File

@@ -144,7 +144,7 @@
white-space: nowrap;
}
}
.fixed-hidden {
.fixed--hidden {
visibility: hidden;
}
.vxe-table--fixed-left-wrapper,

View File

@@ -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')

View File

@@ -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(