From 9c0be372b21fb30a7eb8426d545711f9de147dd7 Mon Sep 17 00:00:00 2001 From: sige Date: Fri, 17 May 2024 11:27:50 +0800 Subject: [PATCH] =?UTF-8?q?UI=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icon/disinfect-start.svg | 138 +++++++++++++++++ src/assets/icon/slider-filled-circle.svg | 1 + src/components/Operator.vue | 154 ++----------------- src/components/dialogs/Modal.vue | 115 +++++++++++++++ src/components/info/EnvironmentInfo.vue | 7 +- src/components/info/ExtDeviceInfo.vue | 245 +++++++++++++++++++++++++++++++ src/pages/Home.vue | 12 +- src/store/modules/device.js | 38 +++++ 8 files changed, 559 insertions(+), 151 deletions(-) create mode 100644 src/assets/icon/disinfect-start.svg create mode 100644 src/assets/icon/slider-filled-circle.svg create mode 100644 src/components/dialogs/Modal.vue create mode 100644 src/components/info/ExtDeviceInfo.vue diff --git a/src/assets/icon/disinfect-start.svg b/src/assets/icon/disinfect-start.svg new file mode 100644 index 0000000..7936a05 --- /dev/null +++ b/src/assets/icon/disinfect-start.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/icon/slider-filled-circle.svg b/src/assets/icon/slider-filled-circle.svg new file mode 100644 index 0000000..351b738 --- /dev/null +++ b/src/assets/icon/slider-filled-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Operator.vue b/src/components/Operator.vue index d398db5..7cb1774 100644 --- a/src/components/Operator.vue +++ b/src/components/Operator.vue @@ -3,14 +3,15 @@
- +
- +
-
+ + + +

消毒前除湿

+ +
+ + + +

消毒后除湿

+ +
+
+ + + + + \ No newline at end of file diff --git a/src/pages/Home.vue b/src/pages/Home.vue index bd5cae7..f4e4bd7 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -26,7 +26,7 @@

消毒

-

加液

-
-
--> + +