浏览代码

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

vian 3 年之前
父节点
当前提交
43ea072e54
共有 1 个文件被更改,包括 12 次插入0 次删除
  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 {
             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>
     <script>
         let userAccount = '<%= userAccount %>';