diff --git a/src/components/Setting/components/Admin.vue b/src/components/Setting/components/Admin.vue
index aac737f..1b1941a 100644
--- a/src/components/Setting/components/Admin.vue
+++ b/src/components/Setting/components/Admin.vue
@@ -66,6 +66,7 @@
diff --git a/src/components/Setting/components/User.vue b/src/components/Setting/components/User.vue
index 09a8479..b0158e2 100644
--- a/src/components/Setting/components/User.vue
+++ b/src/components/Setting/components/User.vue
@@ -25,7 +25,18 @@
正在修改 username1 的密码
-
+
返回
修改
@@ -110,6 +121,11 @@ const showUpdatePassword = () => {
changePasswordVisible.value = true
}
+const showUpdateUserPasswordVisible = ref(false)
+const showUpdateUserPassword = () => {
+ showUpdateUserPasswordVisible.value = !showUpdateUserPasswordVisible.value
+}
+
const returnToList = () => {
changePasswordVisible.value = false
}
@@ -338,6 +354,42 @@ const hideUserModal = () => {
margin-bottom: 59px;
background: url(../../../assets/img/admin/password.png) no-repeat;
background-size: 100% 100%;
+ position: relative;
+ .eye {
+ width: 16px;
+ height: 13px;
+ position: absolute;
+ top: 6px;
+ right: 5px;
+ }
+ .password_input {
+ width: 245px;
+ height: 17px;
+ position: absolute;
+ top: 2px;
+ left: 43px;
+ font-family: Source Han Sans CN;
+ font-size: 12px;
+ font-weight: 350;
+ line-height: normal;
+ letter-spacing: 0.06em;
+ color: #06518b;
+ border: none;
+ outline: none;
+ }
+ .tip {
+ position: absolute;
+ font-family: Source Han Sans CN;
+ font-size: 12px;
+ font-weight: 350;
+ line-height: normal;
+ letter-spacing: 0.06em;
+ color: #fa1c1c;
+ width: 320px;
+ height: 17px;
+ left: 6px;
+ top: 40px;
+ }
}
.btns {
width: 187px;