Your Name il y a 3 ans
Parent
révision
edbaec2978
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2
    1
      src/pages/mine/toBeAgent/index.scss
  2. 2
    1
      src/pages/mine/toBeManager/index.scss

+ 2
- 1
src/pages/mine/toBeAgent/index.scss Voir le fichier

@@ -19,9 +19,10 @@
19 19
           font-size: 28px;
20 20
           line-height: 80px;
21 21
           height: 80px;
22
-          text-indent: 20px;
23 22
           border: 2px solid rgba(0, 0, 0, 0.08);
24 23
           border-radius: 8px;
24
+          box-sizing: border-box;
25
+          padding: 0 1em;
25 26
         }
26 27
       }
27 28
       >.Btn {

+ 2
- 1
src/pages/mine/toBeManager/index.scss Voir le fichier

@@ -19,9 +19,10 @@
19 19
           font-size: 28px;
20 20
           line-height: 80px;
21 21
           height: 80px;
22
-          text-indent: 20px;
23 22
           border: 2px solid rgba(0, 0, 0, 0.08);
24 23
           border-radius: 8px;
24
+          box-sizing: border-box;
25
+          padding: 0 1em;
25 26
         }
26 27
       }
27 28
       >.Btn {