Forráskód Böngészése

feat: 清单指引,锁定状态下,插入定额、插入全部的按钮字体颜色变更

vian 3 éve
szülő
commit
43ea072e54
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      web/maintain/billsGuidance_lib/html/zhiyin.html

+ 12 - 0
web/maintain/billsGuidance_lib/html/zhiyin.html

@@ -23,6 +23,18 @@
         #searchBillsResult .search-item.go-to:hover {
         #searchBillsResult .search-item.go-to:hover {
             background-color: #5a6268;;
             background-color: #5a6268;;
         }
         }
+        #insertRation.disabled {
+            opacity: 1;
+            color: #464646;
+            background-color: #5BA6E6;
+            border-color: #5BA6E6;
+        }
+        #insertAll.disabled {
+            opacity: 1;
+            color: #464646;
+            background-color: #5BA6E6;
+            border-color: #5BA6E6;
+        }
     </style>
     </style>
     <script>
     <script>
         let userAccount = '<%= userAccount %>';
         let userAccount = '<%= userAccount %>';