瀏覽代碼

feat: change min-width fontsize

zhangyuhan 2 年之前
父節點
當前提交
2e362e43ba
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/work-desktop/CommonUse.vue
  2. 1 1
      src/views/workspace/components/CommonUse.vue

+ 1 - 1
src/components/work-desktop/CommonUse.vue

@@ -217,7 +217,7 @@ export default {
       font-size: 14px;
       line-height: 20px;
       color: #1D1D1D;
-      @media only screen and (max-width: 1200px) {
+      @media only screen and (max-width: 1280px) {
         font-size: 12px;
       }
     }

+ 1 - 1
src/views/workspace/components/CommonUse.vue

@@ -219,7 +219,7 @@ $main: #2cb7ca;
     font-size: 14px;
     line-height: 20px;
     color: #1D1D1D;
-    @media only screen and (max-width: 1200px) {
+    @media only screen and (max-width: 1280px) {
       font-size: 12px;
     }
   }