Browse Source

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

Renxy 1 year ago
parent
commit
f3f9a5783f

+ 1 - 1
src/components/PageContent/index.js

@@ -18,7 +18,7 @@ export default (props) => {
           <CloseOutlined
           <CloseOutlined
             onClick={handleClose}
             onClick={handleClose}
             className={styles.close}
             className={styles.close}
-            style={{ top: tabs ? 65 : '' }}
+            style={{ top: tabs ? 42.5 : '' }}
           />
           />
         )}
         )}
 
 

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

@@ -10,6 +10,8 @@
   margin-right: 18px;
   margin-right: 18px;
 }
 }
 .title {
 .title {
+  display: inline-block;
+  width: 100%;
   font-size: 36px;
   font-size: 36px;
   font-weight: 400;
   font-weight: 400;
   color: #000000;
   color: #000000;

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

@@ -1,7 +1,7 @@
 .tabsTitle {
 .tabsTitle {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
-  height: 116px;
+  height: 80px;
   margin-bottom: 10px;
   margin-bottom: 10px;
   width: 100%;
   width: 100%;
   overflow-x: auto;
   overflow-x: auto;
@@ -32,7 +32,7 @@
   padding: 20px 0;
   padding: 20px 0;
   .tabsItem {
   .tabsItem {
     font-size: 28px;
     font-size: 28px;
-    padding: 0 30px; 
+    padding: 0 30px;
     &:last-child {
     &:last-child {
       padding-right: 0;
       padding-right: 0;
     }
     }