diff --git a/src/views/addLiquid/addLiquid.vue b/src/views/addLiquid/addLiquid.vue index 0f1b9a5..1407b8d 100644 --- a/src/views/addLiquid/addLiquid.vue +++ b/src/views/addLiquid/addLiquid.vue @@ -22,58 +22,22 @@
- -
- - - - - - - - - - - - -

XX

+
+
+
+ {{ + container.capacityTotal - container.capacityUsed + }} +
{{ container.capacityTotal - container.capacityUsed }} -
-
- {{ - `${ - ((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100 - }%` - }} -
+
+
+
+ {{ + `${((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100}%` + }} +
+
{{ container.solution.name }}
@@ -35,4 +38,3 @@ import { useSettingStore } from "@/stores/setting"; const settingStore = useSettingStore(); -