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%;