This commit is contained in:
anonymous
2025-01-16 14:09:35 +08:00
parent 778d318c7e
commit 05a8cb58d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
</view> </view>
</view> </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="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="text-18 font-bold pb-15 text-center">系统公告</view>
<view class="py-15 flex-1 overflow-y-auto"> <view class="py-15 flex-1 overflow-y-auto">
+1 -1
View File
@@ -126,7 +126,7 @@
<wd-popup <wd-popup
v-model="showRightConfig.show" v-model="showRightConfig.show"
:title="`${showRightConfig.data?.name}权益`" :title="`${showRightConfig.data?.name}权益`"
custom-style="border-radius: 15px" custom-style="border-radius: 0.2rem"
> >
<view> <view>
<image <image