refactor: 修改样式
This commit is contained in:
@@ -95,7 +95,17 @@
|
||||
<wd-popup :lockScroll="false" v-model="showNotice" custom-style="border-radius:40rpx;">
|
||||
<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">
|
||||
<view class="flex-1 overflow-y-auto">
|
||||
<view
|
||||
v-for="(item, index) in announcementList"
|
||||
:key="item.id"
|
||||
class="border-b-1 border-b-gray-300 border-b-solid pb-15"
|
||||
>
|
||||
<view class="whitespace-nowrap text-14 font-bold text-gradient text-center">
|
||||
公告{{ ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十'][index] }}
|
||||
</view>
|
||||
<view class="mt-12 text-14 text-#333 flex-1" v-html="item.content"></view>
|
||||
</view>
|
||||
<view
|
||||
v-for="(item, index) in announcementList"
|
||||
:key="item.id"
|
||||
|
||||
Reference in New Issue
Block a user