瀏覽代碼

style update

marymelisa 4 年之前
父節點
當前提交
a9ce3555e9
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/assets/styles/theme.css
  2. 1 0
      src/layout/components/bottom.vue

+ 1 - 1
src/assets/styles/theme.css

@@ -106,7 +106,7 @@
 /* :root[theme="light"] { */
 :root[theme="light"] { 
     --m-grey0: #5179E2;
-    --m-grey1: #FEFFFF;
+    --m-grey1: #7A8A94;
     --m-grey2: #7A8A94;
     --m-grey5: #B2C4DD;
     --m-grey6: #ffffff;

+ 1 - 0
src/layout/components/bottom.vue

@@ -133,6 +133,7 @@ export default defineComponent({
         border-right: 1px solid @m-black2;
     }
     main {
+        max-width: 100%;
         flex: 1;
         .flex;
         flex-direction: column;