From f586c11d1f20dead80e9c1f8e8e6ff2c99d7dbec Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Fri, 18 Jul 2025 11:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E4=B8=AD=E5=BF=83=E7=9A=84?= =?UTF-8?q?=E6=8A=AC=E5=A4=B4=E7=AE=A1=E7=90=86=E7=9A=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=B3=E6=BB=91=E5=A4=9A=E5=87=BA=E6=9D=A5=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=BA=A2=E8=89=B2=E6=84=9F?= =?UTF-8?q?=E5=8F=B9=E5=8F=B7=E5=8F=98=E5=BD=A2=E4=BF=AE=E5=A4=8D=EF=BC=9B?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=8A=A0=E7=B2=97=E4=BF=AE=E5=A4=8D=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/invoice/invoiceCenter.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue index 0c07e67..ea0ad06 100644 --- a/packageB/invoice/invoiceCenter.vue +++ b/packageB/invoice/invoiceCenter.vue @@ -20,7 +20,7 @@ - 抬头信息仅用于开具发票,请勿用于转账等其他用途谨防受骗 @@ -929,7 +929,7 @@ justify-content: center; align-items: center; width: 100%; - height: 1000rpx; + // height: 1000rpx; // position: absolute; // top: 50%; } @@ -939,7 +939,7 @@ .manageRecord { z-index: 100; position: fixed; - top: 76rpx; + top: 78rpx; // width: 100%; // margin: 0rpx 20rpx 20rpx 20rpx; padding: 30rpx; @@ -963,7 +963,7 @@ display: grid; justify-content: center; position: relative; - top: 90rpx; + top: 120rpx; margin: 0 auto; row-gap: 20rpx; // padding-top: 20rpx; @@ -971,17 +971,17 @@ .manageList-item { background-color: #ffffff; padding: 20rpx 0; - width: 710rpx; + width: 690rpx; // margin-left: 20rpx; // margin-bottom: 30rpx; margin: 0 auto; border-radius: 20rpx; .manage-type { - width: 100%; + width: 92%; height: 32rpx; font-family: PingFang SC, PingFang SC; - font-weight: 400; + font-weight: 800; font-size: 28rpx; color: #3D3D3D; line-height: 32rpx; @@ -1014,7 +1014,7 @@ .textFir { display: flex; justify-content: left; - align-items: center; + // align-items: center; .defaultBox {