Commit ed185b04 authored by 纪泽龙's avatar 纪泽龙

修改center样式

parent 6399073e
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
} }
.el-table__body-wrapper { .el-table__body-wrapper {
.el-table__row:nth-child(2n + 1) { .el-table__row:nth-child(2n + 1) {
background-color: #213b52; background-color: #063157;
&:hover td { &:hover td {
background-color: #7bf8f430 !important; background-color: #7bf8f430 !important;
} }
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
} }
} }
.el-table__row:nth-child(2n) { .el-table__row:nth-child(2n) {
background-color: #063157; background-color: #213b52;
&:hover td { &:hover td {
background-color: #7bf8f430 !important; background-color: #7bf8f430 !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment