From 91535abfd7cc494170f98e5db420770170065b5d Mon Sep 17 00:00:00 2001 From: kron Date: Thu, 25 Sep 2025 16:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 1 - src/components/RewardUs.vue | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index 4f941bd..df20b3d 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -110,7 +110,6 @@ onBeforeUnmount(() => { > { display: grid; grid-template-columns: repeat(3, 1fr); row-gap: 20rpx; - column-gap: 30rpx; + column-gap: 20rpx; } .amounts > button { width: 150rpx; @@ -141,6 +141,7 @@ const onPay = (index) => { line-height: 40rpx; padding: 10rpx; font-size: 30rpx; + margin-right: 10rpx; } .container > view:nth-child(4) > view > textarea { width: 70%; @@ -150,5 +151,6 @@ const onPay = (index) => { line-height: 40rpx; padding: 10rpx; font-size: 30rpx; + margin-right: 10rpx; }