From 680526dd3b9483a77170146d6356b92e41795ef0 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Wed, 15 Jan 2025 20:10:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BA=E7=A9=BA=E7=9A=84Tank=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=80=A5=E8=AF=8A=E6=A0=87=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/pages/Index/Regular/Running.vue | 1 + src/pages/Index/components/Running/SubTank.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index decf69e..04ca081 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,6 +15,7 @@ declare module 'vue' { 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'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElRow: typeof import('element-plus/es')['ElRow'] ElTable: typeof import('element-plus/es')['ElTable'] diff --git a/src/pages/Index/Regular/Running.vue b/src/pages/Index/Regular/Running.vue index 0da7cfb..ad198cc 100644 --- a/src/pages/Index/Regular/Running.vue +++ b/src/pages/Index/Regular/Running.vue @@ -560,6 +560,7 @@ watch( border-radius: 5px; height: 180px; .scan-men { + color: #FFF; display: inline-block; background-color: rgb(120, 206, 86); border-radius: 5px; diff --git a/src/pages/Index/components/Running/SubTank.vue b/src/pages/Index/components/Running/SubTank.vue index abd9622..8f18dc0 100644 --- a/src/pages/Index/components/Running/SubTank.vue +++ b/src/pages/Index/components/Running/SubTank.vue @@ -5,7 +5,7 @@ @click="onClickItem" > -
+