发票中心的抬头管理的页面右滑多出来的部分修改,红色感叹号变形修复;标题加粗修复;

This commit is contained in:
wangzimeng 2025-07-18 11:17:31 +08:00
parent 74732c961a
commit f586c11d1f

View File

@ -20,7 +20,7 @@
<!-- 信息提醒 --> <!-- 信息提醒 -->
<view class="manageRecord" v-if="selected == 2"> <view class="manageRecord" v-if="selected == 2">
<image style="width: 36rpx;height: 36rpx;margin-right: 10rpx;" <image style="width: 40rpx;height: 36rpx;margin-right: 10rpx;"
src="https://naweigetetest2.hschool.com.cn/miniapp/invoice/manageRecord.png" mode=""> src="https://naweigetetest2.hschool.com.cn/miniapp/invoice/manageRecord.png" mode="">
</image> </image>
<view>抬头信息仅用于开具发票请勿用于转账等其他用途谨防受骗</view> <view>抬头信息仅用于开具发票请勿用于转账等其他用途谨防受骗</view>
@ -929,7 +929,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 1000rpx; // height: 1000rpx;
// position: absolute; // position: absolute;
// top: 50%; // top: 50%;
} }
@ -939,7 +939,7 @@
.manageRecord { .manageRecord {
z-index: 100; z-index: 100;
position: fixed; position: fixed;
top: 76rpx; top: 78rpx;
// width: 100%; // width: 100%;
// margin: 0rpx 20rpx 20rpx 20rpx; // margin: 0rpx 20rpx 20rpx 20rpx;
padding: 30rpx; padding: 30rpx;
@ -963,7 +963,7 @@
display: grid; display: grid;
justify-content: center; justify-content: center;
position: relative; position: relative;
top: 90rpx; top: 120rpx;
margin: 0 auto; margin: 0 auto;
row-gap: 20rpx; row-gap: 20rpx;
// padding-top: 20rpx; // padding-top: 20rpx;
@ -971,17 +971,17 @@
.manageList-item { .manageList-item {
background-color: #ffffff; background-color: #ffffff;
padding: 20rpx 0; padding: 20rpx 0;
width: 710rpx; width: 690rpx;
// margin-left: 20rpx; // margin-left: 20rpx;
// margin-bottom: 30rpx; // margin-bottom: 30rpx;
margin: 0 auto; margin: 0 auto;
border-radius: 20rpx; border-radius: 20rpx;
.manage-type { .manage-type {
width: 100%; width: 92%;
height: 32rpx; height: 32rpx;
font-family: PingFang SC, PingFang SC; font-family: PingFang SC, PingFang SC;
font-weight: 400; font-weight: 800;
font-size: 28rpx; font-size: 28rpx;
color: #3D3D3D; color: #3D3D3D;
line-height: 32rpx; line-height: 32rpx;
@ -1014,7 +1014,7 @@
.textFir { .textFir {
display: flex; display: flex;
justify-content: left; justify-content: left;
align-items: center; // align-items: center;
.defaultBox { .defaultBox {