From f14ea940fb32105de8b592992e3f53c62f31d84d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 22 一月 2026 16:42:51 +0800
Subject: [PATCH] 2026.1.22

---
 pages/mLedger/ledgerupload/ledgerupload.wxss |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/pages/mLedger/ledgerupload/ledgerupload.wxss b/pages/mLedger/ledgerupload/ledgerupload.wxss
index 7483f69..6dd850f 100644
--- a/pages/mLedger/ledgerupload/ledgerupload.wxss
+++ b/pages/mLedger/ledgerupload/ledgerupload.wxss
@@ -33,11 +33,18 @@
 }
 
 .fix-bottom .right {
-  flex: 2; 
+  flex: 2;
 }
 
 .upload-title-class {
   font-size: small;
+}
+
+.ledger-tips {
+  display: flex;
+  align-items: center;
+  height: 20px;
+  margin-bottom: 10px;
 }
 
 .text-area {
@@ -56,7 +63,7 @@
   color: var(--fyui-text-color_2);
 }
 
-.img-group {
+/* .img-group {
   display: flex;
   flex-wrap: wrap;
 }
@@ -71,7 +78,7 @@
   height: 29vw;
   margin-bottom: 8px;
   margin-right: 8px;
-}
+} */
 
 .submit-2 {
   background: white;
@@ -119,13 +126,13 @@
   align-items: center;
 }
 
-.custom-action__bg{
+.custom-action__bg {
   position: absolute;
   top: 0;
   left: 0;
 }
 
-.custom-action__tag{
+.custom-action__tag {
   font-size: 14px;
   color: var(--fyui-text-color_1);
   font-weight: 600;
@@ -134,7 +141,7 @@
   z-index: 2;
 }
 
-.custom-action__tag>image{
+.custom-action__tag>image {
   width: 64px;
   height: 64px;
 }
\ No newline at end of file

--
Gitblit v1.9.3