parent
00424b0255
commit
5803eccc2b
|
@ -50,7 +50,7 @@ body {
|
||||||
|
|
||||||
/* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名*/
|
/* <-- 表格拖拽表头调整宽度,在 t-bable 上添加 border 属性,并添加 adjust-table 类名*/
|
||||||
.adjust-table td {
|
.adjust-table td {
|
||||||
border-right-color: white;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adjust-table th {
|
.adjust-table th {
|
||||||
|
@ -76,7 +76,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.adjust-table tr:hover td {
|
.adjust-table tr:hover td {
|
||||||
border: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 表格拖拽表头调整宽度 --> */
|
/* 表格拖拽表头调整宽度 --> */
|
||||||
|
|
Loading…
Reference in New Issue