Feat(优惠券):UI调整(缺顶部优惠公式)

This commit is contained in:
modendeveloper
2024-09-09 00:36:05 +08:00
parent 1e0772713f
commit aaa6a2299f
2 changed files with 57 additions and 28 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<template>
<view class="popup-coupons">
<view class="popup-box">
<view class="popup-title bold tc">选择优惠券</view>
<view class="popup-title bold tc">优惠详情</view>
<SubSection
:current="current"
:can-use="canUse"
@@ -105,6 +105,7 @@ export default {
<style scoped lang="less">
.popup-coupons {
background: #F0F0F0;
.popup-box {
padding: 34rpx 32rpx;
}