xuqiang 4 anni fa
parent
commit
fbc53f35ee

+ 1 - 2
src/main/pc-space/src/views/user/Authentication.vue

@@ -89,7 +89,7 @@ export default {
                 margin: 20px 0 10px;
             }
             .text2 {
-                width: 192px;
+                width: 228px;
                 height: 66px;
                 font-size: 12px;
                 text-align: center;
@@ -104,7 +104,6 @@ export default {
                 background: linear-gradient(133deg, @prim 0%, @warn 100%);
                 border-radius: 4px;
                 margin-top: 60px;
-                line-height: 6px;
                 color: #1a1a1a;
                 border: 0;
             }

+ 4 - 5
src/main/pc-space/src/views/user/EnterpriseAuthentication.vue

@@ -293,7 +293,6 @@ export default {
         color: #1a1a1a;
         background: linear-gradient(133deg, @prim 0%, @warn 100%);
         border-radius: 4px;
-        line-height: 6px;
         border: 0;
         margin: 0 !important;
     }
@@ -310,7 +309,7 @@ export default {
             color: #ffffff;
             font-size: 13px;
             text-align: center;
-            line-height: 38px;
+            line-height: 36px;
             margin-left: 20px;
         }
     }
@@ -338,11 +337,11 @@ export default {
     .box {
         background: #1c1e26;
         padding: 17px 16px;
-        padding-bottom: 200px;
+        padding-bottom: 120px;
         .border {
             height: 1px;
             background: #494a4d;
-            margin: 17px 0 60px;
+            margin: 17px 0 80px;
         }
         .fail {
             text-align: center;
@@ -373,7 +372,7 @@ export default {
                 text-align: center;
                 background: linear-gradient(133deg, @prim 0%, @warn 100%);
                 border-radius: 4px;
-                margin: 87px 0 0 518px;
+                margin: 80px 0 0 518px;
             }
         }
         .name {

+ 4 - 5
src/main/pc-space/src/views/user/UserAuthentication.vue

@@ -237,7 +237,7 @@ export default {
             cursor: pointer;
             font-size: 13px;
             text-align: center;
-            line-height: 38px;
+            line-height: 36px;
             margin-left: 20px;
         }
     }
@@ -260,11 +260,11 @@ export default {
     .box {
         background: #1c1e26;
         padding: 17px 16px;
-        padding-bottom: 200px;
+        padding-bottom: 120px;
         .border {
             height: 1px;
             background: #494a4d;
-            margin: 17px 0 60px;
+            margin: 17px 0 80px;
         }
         .fail {
             text-align: center;
@@ -284,7 +284,7 @@ export default {
                 font-weight: 400;
                 color: #ffffff;
                 line-height: 24px;
-                margin-bottom: 30px;
+                margin-bottom: 80px;
             }
             .botn {
                 width: 130px;
@@ -317,7 +317,6 @@ export default {
             background: linear-gradient(133deg, @prim 0%, @warn 100%);
             border-radius: 4px;
             margin-top: 60px;
-            line-height: 6px;
             color: #1a1a1a;
             border: 0;
         }