Feat(优惠券):UI调整(完成)

This commit is contained in:
modendeveloper
2024-09-09 22:47:08 +08:00
parent 11d40e719c
commit c9e2e6005c
2 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -33,7 +33,7 @@
<view
v-if="current === 0"
:class="{ 'btn-disabled': current === 1 }"
class="btn-done bold flex jc-center ai-center"
class="btn-done bold flex jc-center ai-center v12-primary"
@click="setCoupon"
>
确定
@@ -119,6 +119,7 @@ export default {
.list-box {
max-height: 640rpx;
height: 640rpx;
margin-top: 32rpx;
overflow-y: auto;
}