fix: bug
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<wd-popup :lockScroll="false" v-model="showNotice" custom-style="border-radius:10rpx;">
|
||||
<wd-popup :lockScroll="false" v-model="showNotice" custom-style="border-radius:0.2rem;">
|
||||
<view class="px-30 py-30 w-330 h-457 notice-container rounded-20 flex flex-col">
|
||||
<view class="text-18 font-bold pb-15 text-center">系统公告</view>
|
||||
<view class="py-15 flex-1 overflow-y-auto">
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
<wd-popup
|
||||
v-model="showRightConfig.show"
|
||||
:title="`${showRightConfig.data?.name}权益`"
|
||||
custom-style="border-radius: 15px"
|
||||
custom-style="border-radius: 0.2rem"
|
||||
>
|
||||
<view>
|
||||
<image
|
||||
|
||||
Reference in New Issue
Block a user