@@ -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);
@@ -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;
}
@@ -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;
@@ -213,6 +213,8 @@ export default {
height: 36px;
margin: 0 !important;
.btn {
@@ -228,7 +230,7 @@ export default {
font-size: 13px;
text-align: center;
- line-height: 36px;
+ line-height: 38px;
margin-left: 20px;
@@ -212,7 +212,7 @@ export default {
cursor: pointer;
@@ -290,7 +290,9 @@ export default {