From 657b67ff21e0389b75aea7ee547aec2fbcb35bf3 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 02 二月 2026 17:24:26 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/ZLGL/style/MJBillStyle.scss |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/pages/ZLGL/style/MJBillStyle.scss b/pages/ZLGL/style/MJBillStyle.scss
index 21ebdbb..c901e48 100644
--- a/pages/ZLGL/style/MJBillStyle.scss
+++ b/pages/ZLGL/style/MJBillStyle.scss
@@ -97,6 +97,7 @@
         // width: 450rpx;
         flex: 1;
         border-radius: 22rpx;
+        height: 100%;
         border: 1px solid #acacac;
         position: relative;
         display: flex;
@@ -106,7 +107,19 @@
         }
 
         .uni-combox {
-            width: 100%
+            width: 100%;
+            padding-top: 0;
+            padding-bottom: 0;
+            
+            .uni-input-wrapper {
+                .uni-input-placeholder{
+                    font-size: 24rpx;
+                }
+            }
+            
+            .uni-input-wrapper ::v-deep(.uni-input-input) {
+                font-size: 24rpx !important;
+            }
         }
     }
 

--
Gitblit v1.9.1