xuqiang 4 years ago
parent
commit
1f2803964c
1 changed files with 8 additions and 5 deletions
  1. 8 5
      src/main/vue/src/styles/app.less

+ 8 - 5
src/main/vue/src/styles/app.less

@@ -50,7 +50,7 @@ li {
 .el-pagination {
     display: flex;
     justify-content: center;
-      background: #080C27 !important;
+    //   background: #080C27 !important;
 }
 
 .filters-container {
@@ -85,7 +85,7 @@ li {
     background: #080C27 !important;
 }
 .el-message-box{
-    background: #080C27 !important;
+    background: #242744 !important;
     border: 0 !important;
 }
 .el-message-box__message{
@@ -125,16 +125,19 @@ li {
      color: #fff !important;
  }
 .el-dialog__header  {
-    background: #080C27 !important;
+   background: #242744 !important;
     span{
         color: #fff !important;
     }
 }
+.el-dialog{
+    border-radius: 10px !important;
+}
 .el-dialog__body{
-    background: #080C27 !important;
+   background: #242744 !important;
 }
 .el-dialog__footer{
-    background: #080C27 !important;
+   background: #242744 !important;
 }
 .bed-info .noLive .active {
      border: 1px solid #4dcc6f !important;