更新v1.5

This commit is contained in:
kele
2022-12-07 18:42:08 +08:00
parent d4418f23c2
commit 2e55927d2e
8 changed files with 138 additions and 38 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
})
"
>
<view class="card-top ss-flex ss-flex-col ss-row-center ss-col-center">
<view class=" ss-flex ss-flex-col ss-row-center ss-col-center">
<view class="face-value-box ss-flex ss-col-bottom ss-m-t-50 ss-m-b-28">
<view class="value-text ss-m-r-4">{{ props.value }}</view>
<view class="value-unit"></view>
@@ -174,7 +174,7 @@
// xs
.xs-coupon-card {
width: 227rpx;
height: 145px;
// height: 145px;
border-radius: 10rpx;
overflow: hidden;
+1
View File
@@ -83,6 +83,7 @@
const customStyle = computed(() => {
return {
height: (props.height || state.imgHeight) + 'rpx',
width: props.width + 'rpx',
borderRadius: props.radius ? props.radius + 'rpx' : '',
};
});