From 9813511fc968b48abe6b3c5523bc47628d2fb25a Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 4 Sep 2023 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting/components/Device.vue | 7 ++++--- src/components/Setting/components/User.vue | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/components/Setting/components/Device.vue b/src/components/Setting/components/Device.vue index fcb69ab..4e05a05 100644 --- a/src/components/Setting/components/Device.vue +++ b/src/components/Setting/components/Device.vue @@ -98,7 +98,7 @@ />

-
+

允许消毒最大湿度(%RH)

-
+

预热时间(s)

import { ref } from 'vue' import { showSuccessToast, showFailToast } from 'vant' -import { useSettingStore, useWebSocketStore } from '@/store' +import { useSettingStore, useWebSocketStore, useOperatorStore } from '@/store' import { storeToRefs } from 'pinia' import { setSettingValJSON } from '@/mock/command' const settingStore = useSettingStore() const webSocketStore = useWebSocketStore() +const operatorStore = useOperatorStore() const { max_humidity, continued_satur, diff --git a/src/components/Setting/components/User.vue b/src/components/Setting/components/User.vue index bc498cc..b442d9a 100644 --- a/src/components/Setting/components/User.vue +++ b/src/components/Setting/components/User.vue @@ -85,13 +85,13 @@

{{ item.uid }}

删除用户
设为管理员 @@ -278,6 +278,18 @@ const hideUserModal = () => { letter-spacing: 0.1em; color: #ffffff; } + .common_btn { + width: 111px; + height: 38px; + display: flex; + align-items: center; + justify-content: center; + font-family: Source Han Sans CN; + font-size: 14px; + font-weight: normal; + letter-spacing: 0.1em; + color: #06518b; + } .mb { margin: 0 16px; }