Fix:3315 【礼品功能】待发货订单退款详情页不要显示物流信息
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
<!-- 标题 -->
|
||||
<view class="title">赠礼须知</view>
|
||||
<!-- 富文本内容 -->
|
||||
<u-parse :content="richText" />
|
||||
<view class="text-wrap">
|
||||
<u-parse :content="richText" />
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
</view>
|
||||
@@ -36,10 +38,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.popup-content {
|
||||
width: 600rpx;
|
||||
.text-wrap{
|
||||
height: 800rpx;
|
||||
overflow: auto;
|
||||
}
|
||||
.popup-content {
|
||||
width: 600rpx;
|
||||
padding:0 40rpx 40rpx 40rpx;
|
||||
box-sizing: border-box;
|
||||
.title {
|
||||
@@ -48,10 +52,10 @@ export default {
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin-bottom: 30rpx;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
background-color: #fff;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
|
||||
Reference in New Issue
Block a user