1178232204@qq.com il y a 3 ans
Parent
commit
68ac9f35f0
3 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 6 6
      src/css/qcScore.less
  2. 1 1
      src/html/appealInit.html
  3. 1 1
      src/html/appealUserPage.html

+ 6 - 6
src/css/qcScore.less

@@ -891,12 +891,12 @@
     box-sizing: border-box;
   }
 }
-.modal .modal-footer a.cancel {
-  display: none;
-  color: #ff4d4f;
-  border-color: #ff4d4f;
-  margin-right: 16px;
-}
+// .modal .modal-footer a.cancel {
+//   display: none;
+//   color: #ff4d4f;
+//   border-color: #ff4d4f;
+//   margin-right: 16px;
+// }
 .checkTipsBox {
   width: 184px;
   height: 112px;

+ 1 - 1
src/html/appealInit.html

@@ -42,7 +42,7 @@
                     </span>
                     <span class="filter">查询</span>
                     <span class="filterclear abnormalClear filterclearT">重置</span>
-                    <span class="export">导出</span>
+                    <!-- <span class="export">导出</span> -->
                 </div>
                 <a href="javascript:void(0);" class="filter-toggler up" id="filterToggler">展开筛选</a>
                 <div class="toggle-item clearfix">

+ 1 - 1
src/html/appealUserPage.html

@@ -215,7 +215,7 @@
                 <input type="text" class="flaw-drop-input ellipsis"/>
                 <ul></ul>
             </div>
-            <p class="exist-item"><span style="margin-right: 16px;">提示信息:</span><input title="${msg}" class="ellipsis" id="addQcMsg" type="text" value="${msg}" /></p>
+            <p class="exist-item"><span style="margin-right: 16px;"><i class="required">*</i>提示信息:</span><input title="${msg}" class="ellipsis" disabled id="addQcMsg" type="text" value="${msg}" /></p>
             <p class="exist-item"><span><i class="required">*</i>分值:</span> <input id="addQcScore" type="text" value="${score}" disabled onkeyup="value=value.replace(/^\D*(\d*(?:\.\d{0,1})?).*$/g, '$1')"/></p>
             <p class="exist-item"><span style="margin-right: 16px;">备注:</span><input title="${explainInfo}" class="ellipsis" id="addQcInfo" type="text" value="${explainInfo}" autocomplete="off"/></p>
             <p><span><i class="required">*</i>申诉说明: </span><textarea  id="addQcEx" class="textarea-text" cols="40" rows="6"></textarea></p>