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 @@