From 0774ac67001eccc1af2d44c933b45d46205b01af Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Thu, 27 Feb 2025 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A4=E5=8E=BB=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/Liquid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/Liquid.vue b/src/views/components/Liquid.vue index 1409b2b..0ac3c00 100644 --- a/src/views/components/Liquid.vue +++ b/src/views/components/Liquid.vue @@ -22,7 +22,7 @@ {{ - `${((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100}%` + `${Math.round(((container.capacityTotal - container.capacityUsed) / container.capacityTotal) * 100)}%` }}