From c74a6f59490cfb9a0ee37f70427739b74e7fbd58 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 20 五月 2026 08:50:29 +0800
Subject: [PATCH] 代码生成

---
 small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-request/Invoice-request.wxss |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-request/Invoice-request.wxss b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-request/Invoice-request.wxss
index a59038d..ad295dd 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-request/Invoice-request.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-request/Invoice-request.wxss
@@ -64,10 +64,14 @@
 }
 .row-label.data-v-bf72f50e {
   flex-shrink: 0;
-  width: 150rpx;
+  width: 195rpx;
   font-size: 34rpx;
   line-height: 48rpx;
   color: #4a4a4a;
+}
+.required-star.data-v-bf72f50e {
+  color: #ff4d4f;
+  margin-right: 4rpx;
 }
 .row-value.data-v-bf72f50e {
   flex: 1;
@@ -154,6 +158,9 @@
 .detail-row.data-v-bf72f50e {
   justify-content: space-between;
 }
+.detail-row.disabled.data-v-bf72f50e {
+  opacity: 0.6;
+}
 .invoice-type-popup.data-v-bf72f50e {
   padding: 24rpx 24rpx calc(env(safe-area-inset-bottom) + 24rpx);
   background: #ffffff;

--
Gitblit v1.9.3