This commit is contained in:
q4speed 2020-10-12 13:10:53 +08:00
commit 43c05ee5fd
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ body {
/* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名*/
.adjust-table td {
border-right-color: white;
border: 0;
}
.adjust-table th {
@ -76,7 +76,7 @@ body {
}
.adjust-table tr:hover td {
border-color: #f5f7fa;
border: 0;
}
/* 表格拖拽表头调整宽度 --> */