【bug】

1. 公告信息样式问题
2. 版本更新提示
3. 安全环保检查-监察人确认签字样式错误
4. 承诺书样式错误
dev
shanao 2025-01-13 13:54:01 +08:00
parent 45e33f33a1
commit 6c7625a612
2 changed files with 3 additions and 1 deletions

View File

@ -130,6 +130,8 @@
<u-cell>
<view slot="title" class="title flex-between">
签字
</view>
<view slot="value">
<u-button type="primary" text="手写添加" size="mini" @click="signShow = true"></u-button>
</view>
<view slot="label" class="mt-10">

View File

@ -276,6 +276,6 @@
content: "\e6a3";
text-align: center;
font-size: 34rpx;
font-family: cuIcon;
font-family: cuIcon, serif;
line-height: 30rpx
}