diff --git a/pages/keyList/keyList.vue b/pages/keyList/keyList.vue index 11a07a5..b928042 100644 --- a/pages/keyList/keyList.vue +++ b/pages/keyList/keyList.vue @@ -18,7 +18,8 @@ - + {{ key.keyName }} @@ -338,7 +339,7 @@ page { width: 574rpx; .key-right-top { - max-width: 450rpx; + max-width: 400rpx; font-size: 32rpx; font-weight: bold; padding-bottom: 6rpx; diff --git a/pages/passwordList/passwordList.vue b/pages/passwordList/passwordList.vue index 4917852..afc7b0e 100644 --- a/pages/passwordList/passwordList.vue +++ b/pages/passwordList/passwordList.vue @@ -18,7 +18,7 @@ - + {{ password.keyboardPwdName }} diff --git a/static/images/icon_password.png b/static/images/icon_password.png new file mode 100755 index 0000000..e1c0f14 Binary files /dev/null and b/static/images/icon_password.png differ diff --git a/static/images/icon_user.png b/static/images/icon_user.png new file mode 100755 index 0000000..4bb2c1c Binary files /dev/null and b/static/images/icon_user.png differ diff --git a/static/images/img.png b/static/images/img.png new file mode 100644 index 0000000..e6d877c Binary files /dev/null and b/static/images/img.png differ diff --git a/stores/lock.js b/stores/lock.js index 7215160..c238b71 100644 --- a/stores/lock.js +++ b/stores/lock.js @@ -107,7 +107,7 @@ export const useLockStore = defineStore('lock', { }, getKeyStatus(keyStatus) { if(keyStatus === 110401) { - return '正常' + return '' } else if(keyStatus === 110403) { return '未生效' } else if(keyStatus === 110402) {