Browse Source

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

Renxy 1 year ago
parent
commit
ebbaf7783e
2 changed files with 3 additions and 1 deletions
  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;
   // width: 100%;
   font-size: 0.36rem;
-  font-weight: 500;
+  font-weight: 600;
   color: #0139f1;
   line-height: 0.36rem;
   background: linear-gradient(

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

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