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; }