From e4ec224be9eb3b06b836b2d5cfe252c32596a5d6 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Thu, 12 Jun 2025 22:03:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E6=B6=B2=E6=8A=98=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/craft/AddCraft/index.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/craft/AddCraft/index.vue b/src/components/craft/AddCraft/index.vue index 36df8f2..dc014ad 100644 --- a/src/components/craft/AddCraft/index.vue +++ b/src/components/craft/AddCraft/index.vue @@ -357,7 +357,15 @@ const addHandle = async () => {
-
+
+
+ + + + + + +
试管{{ liquid.tubeNum }}
@@ -516,6 +524,11 @@ const addHandle = async () => { width: 120px; margin: 0 5px; } + .list-box-fold { + transition: height 0.1s; + height: 25px !important; + overflow: hidden; + } .list-box { width: 90%; height: 100%;