ZhaoJun 1 년 전
부모
커밋
cbc1b19d87
2개의 변경된 파일17개의 추가작업 그리고 2개의 파일을 삭제
  1. 14 0
      src/global.less
  2. 3 2
      src/pages/Center/index.js

+ 14 - 0
src/global.less

@@ -60,6 +60,20 @@ body {
   .ant-select-dropdown .ant-select-item {
     font-size: 26px;
   }
+  .ant-picker-dropdown {
+    font-size: 24px;
+  }
+  .ant-picker-dropdown .ant-picker-content td {
+    width: 30px;
+  }
+  .ant-picker-dropdown .ant-picker-cell::before {
+    height: 30px;
+  }
+  .ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
+    min-width: 30px;
+    height: 30px;
+    line-height: 30px;
+  }
 }
 
 // Remove list styles on ul, ol

+ 3 - 2
src/pages/Center/index.js

@@ -39,7 +39,8 @@ const Center = () => {
           <div className={styles.name}>{user?.CName}</div>
           <div className={styles.photo}>
             手机号:{user?.Mobile}
-            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;系统版本:
+            <br />
+            系统版本:
             {version}
           </div>
         </div>
@@ -71,7 +72,7 @@ const Center = () => {
         <div className={styles.lineItem} onClick={handleSmartReport}>
           智慧运营报告
         </div>
-        <div className={styles.lineItem}>问题反馈备份</div>
+        <div className={styles.lineItem}>问题反馈</div>
         <div className={styles.lineItem}>个人设置</div>
       </div>
       <div className={styles.loginOut} onClick={handleLogOutClick}>