소스 검색

细节修改

LiuShu_0203 3 달 전
부모
커밋
cd57c32818
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -1182,7 +1182,7 @@ body {
                 width: 5.5rem;
                 height: 100%;
                 text-align: center;
-                font-size: 1.1rem;
+                font-size: 0.8rem;
                 line-height: 2.8rem;
                 background: url('@/assets/imgs/coldstorage_tabs.png') no-repeat;
                 background-position: center center;
@@ -1190,7 +1190,7 @@ body {
                 cursor: pointer;
                 &.active {
                     color: red !important; // 选中时文字颜色变为红色
-                    font-size: 1.25rem;
+                    font-size: 1.1rem;
                     font-weight: 600;
                 }
             }