From a26763201b83e1aa7823a0fe3219445a912b47b9 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 29 三月 2024 12:13:27 +0800
Subject: [PATCH] #周计划

---
 src/main/webapp/views/weekly/weekly.html |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/views/weekly/weekly.html b/src/main/webapp/views/weekly/weekly.html
index 591f464..1fef04d 100644
--- a/src/main/webapp/views/weekly/weekly.html
+++ b/src/main/webapp/views/weekly/weekly.html
@@ -24,6 +24,14 @@
             margin-right: 5px;
         }
 
+        select#select-cstmr {
+            color: rgba(0, 0, 0, 1) !important; /* 浣跨敤鏇村叿浣撶殑閫夋嫨鍣� */
+        }
+
+        .cstmrDetl{
+            /*color: rgba(0, 0, 0, 0); !* 浣跨敤鏇村叿浣撶殑閫夋嫨鍣� *!*/
+        }
+
     </style>
 </head>
 <body>
@@ -208,13 +216,10 @@
 <!--</script>-->
 
 <script type="text/template" id="cstmrId">
-    <select id="select-cstmr" style="width: 100%" class="layui-border select-cstmr" lay-ignore >
-            <option value="">閫夋嫨鐢叉柟鍗曚綅</option>
+    <select id="select-cstmr" style="width: 100%;color:rgba(0, 0, 0, 1) !important" class="layui-border select-cstmr" lay-ignore >
+            <option value="" class="cstmrDetl">閫夋嫨鐢叉柟鍗曚綅</option>
+<!--        style="width: 100%;color: rgba(0, 0, 0, 1)"-->
     </select>
-</script>
-
-<script>
-
 </script>
 
 <!--&lt;!&ndash; 琛ㄥ崟寮圭獥 &ndash;&gt;-->

--
Gitblit v1.9.1