zhouna 5 years atrás
parent
commit
911e2e0ce1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/html/qcScore.html

+ 1 - 1
src/html/qcScore.html

@@ -676,7 +676,7 @@
                 <p>评分:<span class="red">-${score}</span></p>
                 {{/if}}
                 <div class="oper">
-                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);">修改</a>
+                    <a class="edit-flaw blue" code="${id}" href="javascript:void(0);" style="margin-right: 20px;">修改</a>
                     <a class="del-flaw red" code="${id}" href="javascript:void(0);">删除</a>
                 </div>
             </div>