Skip to content

Commit 92b3c40

Browse files
committed
修复火狐table组件checkbox错位问题
1 parent aa99eab commit 92b3c40

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Vol.Vue/src/components/basic/VolTable.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,10 @@ export default {
13021302
.v-table >>> .el-table__footer td {
13031303
padding: 5px 0 !important;
13041304
}
1305+
/* 2021.01.30修复火狐checkbox错位问题 */
1306+
.vol-table >>> .el-table-column--selection .cell{
1307+
display: inline;
1308+
}
13051309
.vol-table.text-inline >>> .el-table th > .cell {
13061310
white-space: inherit !important;
13071311
}

开发版dev/Vue.NetCore/Vol.Vue/src/components/basic/VolTable.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,10 @@ export default {
13021302
.v-table >>> .el-table__footer td {
13031303
padding: 5px 0 !important;
13041304
}
1305+
/* 2021.01.30修复火狐checkbox错位问题 */
1306+
.vol-table >>> .el-table-column--selection .cell{
1307+
display: inline;
1308+
}
13051309
.vol-table.text-inline >>> .el-table th > .cell {
13061310
white-space: inherit !important;
13071311
}

0 commit comments

Comments
 (0)