|
@@ -550,13 +550,13 @@ li {
|
|
|
&:focus {
|
|
|
background: #2f3480;
|
|
|
border-color: #2f3480;
|
|
|
- color: #fff;
|
|
|
+ color: #fff !important;
|
|
|
}
|
|
|
|
|
|
&:hover {
|
|
|
background: #2f3480;
|
|
|
border-color: #2f3480;
|
|
|
- color: #fff;
|
|
|
+ color: #fff !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -587,6 +587,10 @@ li {
|
|
|
background-color: #2f3480;
|
|
|
}
|
|
|
|
|
|
+.el-table th.el-table__cell{
|
|
|
+ background-color: #eaeef9;
|
|
|
+}
|
|
|
+
|
|
|
/*二级弹框背景*/
|
|
|
.ej-dialog-bg {
|
|
|
background: #f5f7fa !important;
|