style: css 中的 ' 改成 "
This commit is contained in:
parent
8329a7deed
commit
6d609eb990
|
@ -65,7 +65,7 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adjust-table th:not([class*='el-table-column--selection']):hover:after {
|
.adjust-table th:not([class*="el-table-column--selection"]):hover:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 25%;
|
top: 25%;
|
||||||
|
|
Loading…
Reference in New Issue