From 6600e5213de3c7360f21361904b6388e7b6d3951 Mon Sep 17 00:00:00 2001
From: LiLongLong <13717757313@163.com>
Date: Wed, 23 Apr 2025 18:18:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BF=90=E8=A1=8C=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=AF=95=E7=AE=A1=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components.d.ts | 3 +
src/pages/Index/Index.vue | 2 +-
src/pages/Index/Regular/Running.vue | 50 ++++++++++--
src/pages/Index/Settings/Device.vue | 5 +-
.../components/Consumables/MoveLiquidArea.vue | 3 +-
src/pages/Index/components/Running/SubTank.vue | 9 +--
src/pages/Index/components/TestTube/Tube.vue | 92 ++++++++++++++--------
src/websocket/socket.ts | 12 ++-
8 files changed, 127 insertions(+), 49 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 6f7c782..1bb2e60 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -10,13 +10,16 @@ declare module 'vue' {
Confirm: typeof import('./src/components/Confirm.vue')['default']
ConfirmModal: typeof import('./src/components/ConfirmModal.vue')['default']
DialogModal: typeof import('./src/components/dialogs/DialogModal.vue')['default']
+ ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
+ ElCol: typeof import('element-plus/es')['ElCol']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
+ ElRow: typeof import('element-plus/es')['ElRow']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue
index f08a664..204adad 100644
--- a/src/pages/Index/Index.vue
+++ b/src/pages/Index/Index.vue
@@ -1063,7 +1063,7 @@ watch(
.continue-test {
width: 100px;
height: 48px;
- font-size: 20px;
+ font-size: 24px;
}
}
}
diff --git a/src/pages/Index/Regular/Running.vue b/src/pages/Index/Regular/Running.vue
index 3524a92..24db32c 100644
--- a/src/pages/Index/Regular/Running.vue
+++ b/src/pages/Index/Regular/Running.vue
@@ -92,17 +92,32 @@