diff --git a/front/src/components/editUser/editPasswordDialog.vue b/front/src/components/editUser/editPasswordDialog.vue index ca91834..6f03363 100644 --- a/front/src/components/editUser/editPasswordDialog.vue +++ b/front/src/components/editUser/editPasswordDialog.vue @@ -48,7 +48,6 @@ export default { }, data() { let validateRePassword = (rule, value, callback) => { - console.log(value, this.form.password); if (value !== this.form.password) { callback(new Error('retype password error')); } else { diff --git a/front/src/views/apiDoc/index.vue b/front/src/views/apiDoc/index.vue index 7a30cbb..d705ef4 100644 --- a/front/src/views/apiDoc/index.vue +++ b/front/src/views/apiDoc/index.vue @@ -8,13 +8,13 @@ Group -
all
+
all
- + - - - - - - add sub group - edit - delete - - +
+ + + + + + add sub group + edit + delete + + +
@@ -108,7 +110,7 @@ + :row-style="{cursor:'pointer'}" @row-click="clickRow" row-key="id" ref="api-doc-table" size="small"> @@ -508,7 +510,14 @@ export default { margin-top 1.5px .select-all + text-align left + padding-left 10px cursor pointer + .select-all:hover + background-color #F5F7FA + .select-all.current + background-color #F2F6FC + .el-aside background-color #fff @@ -518,6 +527,8 @@ export default { .api-group-node width 100% + .current + font-weight bold .api-group-header text-align left @@ -529,4 +540,9 @@ export default { .el-main padding 0 0 0 5px + + .el-dropdown-link + padding 3px 10px + content '' + top 0