From b267ab115264e97481766754834bbabc3872db10 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Thu, 23 Jan 2025 11:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/History.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/pages/Index/History.vue b/src/pages/Index/History.vue index fceb353..fccd989 100644 --- a/src/pages/Index/History.vue +++ b/src/pages/Index/History.vue @@ -646,6 +646,7 @@ onMounted(() => { gap: 20px; .el-button { + flex: 1 1 auto; height: 50px; border-radius: 25px; font-size: 26px; @@ -657,15 +658,6 @@ onMounted(() => { box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } - &:nth-child(1) { - width: 215px; - } - - &:nth-child(2), - &:nth-child(3) { - width: 392px; - } - &.is-plain { background-color: #fff;