From e27ac054e621f7de1abaaf92028cd2ae2696543e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Mon, 30 Jun 2025 17:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=9B=B4=E8=A7=92=E4=B8=8B=E5=9C=86?= =?UTF-8?q?=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liquid/LiquidLevel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/liquid/LiquidLevel.vue b/src/components/liquid/LiquidLevel.vue index 0122d7c..c98cb03 100644 --- a/src/components/liquid/LiquidLevel.vue +++ b/src/components/liquid/LiquidLevel.vue @@ -61,8 +61,8 @@ const liquidHeight = computed(() => { left: 0; width: 100%; background: linear-gradient(to top, #0099ff, #e6f7ff); /* 颜色渐变,可按需调整 */ - border-radius: 10px; min-height: 1.5rem; + border-radius: 0 0 10px 10px; } .liquid-level-middle{ background: linear-gradient(352deg, #0093f5, #effafe);