style:样式修改
Showing
2 changed files
with
3 additions
and
4 deletions
... | @@ -183,7 +183,6 @@ table th { | ... | @@ -183,7 +183,6 @@ table th { |
183 | table td { | 183 | table td { |
184 | box-sizing: border-box; | 184 | box-sizing: border-box; |
185 | border-bottom: none !important; | 185 | border-bottom: none !important; |
186 | ; | ||
187 | } | 186 | } |
188 | 187 | ||
189 | //去掉最下面的那一条线 | 188 | //去掉最下面的那一条线 |
... | @@ -197,8 +196,8 @@ table td { | ... | @@ -197,8 +196,8 @@ table td { |
197 | } | 196 | } |
198 | 197 | ||
199 | .el-table__body tr:hover { | 198 | .el-table__body tr:hover { |
200 | background: rgba(2, 160, 253, 0.3) !important; | 199 | background: #063160 !important; |
201 | box-shadow: inset 0px 0px 18px 0px #02A0FD !important; | 200 | box-shadow: inset 0px 0px 20px 0px #03DBFF !important; |
202 | } | 201 | } |
203 | 202 | ||
204 | .el-table__body tr:hover>td { | 203 | .el-table__body tr:hover>td { | ... | ... |
-
Please register or sign in to post a comment