From 3349a3f809366cf855942eb67b656d2166ce749d Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Fri, 14 Feb 2025 19:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A6=96=E9=A1=B5=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/out.svg | 1 + src/assets/pwd.svg | 1 + src/views/addLiquid/index.vue | 21 +++-- src/views/components/Header.vue | 36 +++++++- src/views/components/UpdatePwd.vue | 113 +++++++++++++++++++++++++ src/views/graphite/components/AddLiquid.vue | 7 +- src/views/graphite/components/HeatPosition.vue | 10 +-- 7 files changed, 171 insertions(+), 18 deletions(-) create mode 100644 src/assets/out.svg create mode 100644 src/assets/pwd.svg create mode 100644 src/views/components/UpdatePwd.vue diff --git a/src/assets/out.svg b/src/assets/out.svg new file mode 100644 index 0000000..dc19d14 --- /dev/null +++ b/src/assets/out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/pwd.svg b/src/assets/pwd.svg new file mode 100644 index 0000000..04bb0ea --- /dev/null +++ b/src/assets/pwd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/addLiquid/index.vue b/src/views/addLiquid/index.vue index 775feef..c8a80c8 100644 --- a/src/views/addLiquid/index.vue +++ b/src/views/addLiquid/index.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/src/views/graphite/components/AddLiquid.vue b/src/views/graphite/components/AddLiquid.vue index 9c5e550..ff50238 100644 --- a/src/views/graphite/components/AddLiquid.vue +++ b/src/views/graphite/components/AddLiquid.vue @@ -47,7 +47,7 @@
- + {{ item.solutionName }}添加{{ item.solutionNum }}ml
@@ -125,8 +125,8 @@ } //删除队列中 试管需要加的溶液 - const delQueueSolution = () => { - + const delQueueSolution = (data) => { + console.log('data===', data) } //溶液添加到试管 @@ -281,6 +281,7 @@ display: flex; height: 4.125rem; background: rgba(25, 137, 250, 0.12); + align-items: center; } .liquid_button{ width: 100%; diff --git a/src/views/graphite/components/HeatPosition.vue b/src/views/graphite/components/HeatPosition.vue index f796226..2778e32 100644 --- a/src/views/graphite/components/HeatPosition.vue +++ b/src/views/graphite/components/HeatPosition.vue @@ -1,5 +1,5 @@