소스 검색

Merge branch 'develop' of http://120.55.44.4:10080/xujunjie/gt_client_pad into develop

Renxy 1 년 전
부모
커밋
ebbaf7783e
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/PageTitle/index.less
  2. 2 0
      src/components/TabsContent/index.less

+ 1 - 1
src/components/PageTitle/index.less

@@ -14,7 +14,7 @@
   padding: 0.05rem;
   padding: 0.05rem;
   // width: 100%;
   // width: 100%;
   font-size: 0.36rem;
   font-size: 0.36rem;
-  font-weight: 500;
+  font-weight: 600;
   color: #0139f1;
   color: #0139f1;
   line-height: 0.36rem;
   line-height: 0.36rem;
   background: linear-gradient(
   background: linear-gradient(

+ 2 - 0
src/components/TabsContent/index.less

@@ -25,6 +25,7 @@
   color: #3f3f40;
   color: #3f3f40;
   font-size: 0.36rem;
   font-size: 0.36rem;
   white-space: nowrap;
   white-space: nowrap;
+  font-weight: 600;
 }
 }
 .active {
 .active {
   color: #1755ff;
   color: #1755ff;
@@ -37,6 +38,7 @@
   .tabsItem {
   .tabsItem {
     font-size: 0.28rem;
     font-size: 0.28rem;
     padding: 0 0.3rem;
     padding: 0 0.3rem;
+    font-weight: 600;
     &:last-child {
     &:last-child {
       padding-right: 0;
       padding-right: 0;
     }
     }