xuqiang 4 jaren geleden
bovenliggende
commit
d9b3ce946a

+ 2 - 0
src/main/pc-space/src/components/PageHeader.vue

@@ -128,6 +128,8 @@ export default {
         onCommand(command) {
             if (command === 'edit') {
                 this.$router.push('/accountdata');
+            } else if (command === 'nickname') {
+                this.$router.push('/accountdata');
             } else if (command === 'logout') {
                 localStorage.removeItem('webToken');
                 this.updateUserInfo(null);

+ 1 - 1
src/main/pc-space/src/views/Home.vue

@@ -258,7 +258,7 @@ export default {
             color: @prim;
             border: 1px solid;
             border-radius: 8px;
-            background-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
+            cursor: pointer;
         }
     }
 }

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

@@ -103,7 +103,9 @@ export default {
                 background: linear-gradient(133deg, @prim 0%, @warn 100%);
                 border-radius: 4px;
                 margin-top: 60px;
+                line-height: 6px;
                 color: #ffffff;
+                border: 0;
             }
         }
     }

+ 3 - 1
src/main/pc-space/src/views/user/EnterpriseAuthentication.vue

@@ -213,6 +213,8 @@ export default {
         height: 36px;
         background: linear-gradient(133deg, @prim 0%, @warn 100%);
         border-radius: 4px;
+        line-height: 6px;
+        border: 0;
         margin: 0 !important;
     }
     .btn {
@@ -228,7 +230,7 @@ export default {
             color: #ffffff;
             font-size: 13px;
             text-align: center;
-            line-height: 36px;
+            line-height: 38px;
             margin-left: 20px;
         }
     }

+ 3 - 1
src/main/pc-space/src/views/user/UserAuthentication.vue

@@ -212,7 +212,7 @@ export default {
             cursor: pointer;
             font-size: 13px;
             text-align: center;
-            line-height: 36px;
+            line-height: 38px;
             margin-left: 20px;
         }
     }
@@ -290,7 +290,9 @@ export default {
             background: linear-gradient(133deg, @prim 0%, @warn 100%);
             border-radius: 4px;
             margin-top: 60px;
+            line-height: 6px;
             color: #ffffff;
+            border: 0;
         }
     }
 }