瀏覽代碼

基础30px

[baozhangchao] 3 年之前
父節點
當前提交
85380bb669
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 1
    1
      src/pages/DepartmentSelection/index.jsx
  2. 3
    2
      src/pages/index/style.less

+ 1
- 1
src/pages/DepartmentSelection/index.jsx 查看文件

1
 import { View, Text } from "@tarojs/components"
1
 import { View, Text } from "@tarojs/components"
2
 import { useEffect, useState } from "react"
2
 import { useEffect, useState } from "react"
3
 import Taro, { useDidShow } from "@tarojs/taro"
3
 import Taro, { useDidShow } from "@tarojs/taro"
4
-import { Button } from "@antmjs/vantui"
4
+import { TreeSelect } from "@antmjs/vantui";
5
 
5
 
6
 // import BottomMoadl from '@/components/BottomMoadl/index'
6
 // import BottomMoadl from '@/components/BottomMoadl/index'
7
 
7
 

+ 3
- 2
src/pages/index/style.less 查看文件

19
 
19
 
20
       &-NameInfo {
20
       &-NameInfo {
21
         font-weight: 600;
21
         font-weight: 600;
22
-        font-size: 5vw;
22
+        font-size: 40px;
23
         margin: 5vw 0 3vw 0;
23
         margin: 5vw 0 3vw 0;
24
       }
24
       }
25
       &-setNameInfo {
25
       &-setNameInfo {
28
     }
28
     }
29
     &-UserID {
29
     &-UserID {
30
       letter-spacing: 0.3vw;
30
       letter-spacing: 0.3vw;
31
+      font-size: 30px;
31
     }
32
     }
32
   }
33
   }
33
 
34
 
44
       padding-top: 3vh;
45
       padding-top: 3vh;
45
       text-align: center;
46
       text-align: center;
46
       font-weight: 800;
47
       font-weight: 800;
47
-      font-size: 8vw;
48
+      font-size: 60px;
48
     }
49
     }
49
     &-Barcode {
50
     &-Barcode {
50
       width: 80%;
51
       width: 80%;