From b92a15ea85370223e9cdaae4ef763c6e150cb36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Tue, 1 Jul 2025 10:36:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeLogLevel.vue | 1 + src/views/liquid/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/home/HomeLogLevel.vue b/src/components/home/HomeLogLevel.vue index 051d174..46bff9a 100644 --- a/src/components/home/HomeLogLevel.vue +++ b/src/components/home/HomeLogLevel.vue @@ -82,5 +82,6 @@ $input-height: 3rem; } .el-button { background-color: #2892F3 !important; + border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0; } diff --git a/src/views/liquid/index.vue b/src/views/liquid/index.vue index 5147c7d..44b179f 100644 --- a/src/views/liquid/index.vue +++ b/src/views/liquid/index.vue @@ -183,7 +183,7 @@ const onStopDrainLiquid = async () => { type="primary" :button-text="`${liquidTotoal}g`" bg-color="#2892F3" - border-radius="0" + border-radius="0 var(--el-border-radius-base) var(--el-border-radius-base) 0" text-color="#ffffff" height="4rem" text-size="24px"