Переглянути джерело

feat: change min-width fontsize

zhangyuhan 2 роки тому
батько
коміт
2e362e43ba

+ 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;
     }
   }