소스 검색

feat: 调整首页常用功能小尺寸下字体大小

zhangyuhan 2 년 전
부모
커밋
8930d4ddfd
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/work-desktop/CommonUse.vue
  2. 3 0
      src/views/workspace/components/CommonUse.vue

+ 3 - 0
src/components/work-desktop/CommonUse.vue

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

+ 3 - 0
src/views/workspace/components/CommonUse.vue

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