shaogen1995 1 year ago
parent
commit
3215bce2f1
1 changed files with 6 additions and 5 deletions
  1. 6 5
      src/pages/A9board/index.module.scss

+ 6 - 5
src/pages/A9board/index.module.scss

@@ -23,11 +23,12 @@
     width: 100%;
     height: 40px;
     .bar-left{
-      width: 292px !important;
+      max-width: 750px;
       position: absolute;
       left: 0;
       height: 100%;
-      background: #ececec;
+      background: var(--themeColor);
+      color: #fff;
       display: flex;
       justify-content: space-between;
       align-items: center;
@@ -38,11 +39,11 @@
       text-overflow: ellipsis;
     }
     .bar-right{
-      width: calc(100% - 282px) !important;
+      min-width: 130px;
       position: absolute;
       right: 0;
       height: 100%;
-      background: #ececec;
+      background: var(--themeColor2);
       display: flex;
       justify-content: space-between;
       align-items: center;
@@ -99,7 +100,7 @@
       .bin{
         height: 100%;
         border-radius: inherit;
-        background-color: #59759f;
+        background-color: var(--themeColor);
       }
     }
   }