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

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

diff --git a/src/main/webapp/views/weekly/weekly.html b/src/main/webapp/views/weekly/weekly.html
index 3d924f4..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,14 +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="1">浠撳偍</option>
-        <option value="0">浠i噰</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