Feat(优惠券):UI调整(完成)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user