From 0a71bef851ab97d86e278920bd5478f4120803ad Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Mon, 3 Aug 2026 21:35:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E7=B1=BB=E5=88=ABUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Bill/BillDrawer.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Bill/BillDrawer.vue b/src/components/Bill/BillDrawer.vue index 57a1bc8..552d3b6 100644 --- a/src/components/Bill/BillDrawer.vue +++ b/src/components/Bill/BillDrawer.vue @@ -244,11 +244,12 @@ const deleteClick = () => { } .bill-category-group { - display: flex; - gap: 2px; + display: grid; + grid-template-columns: repeat(4, 1fr); .el-radio-button { .el-radio-button__inner { + padding: 8px 10px; border: none; } }