浏览代码

合同支付,表达式加宽

MaiXinRong 2 年之前
父节点
当前提交
bb38f1ce42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/stage/pay.ejs

+ 1 - 1
app/view/stage/pay.ejs

@@ -15,7 +15,7 @@
                         <div class="input-group-prepend">
                             <span class="input-group-text" id="basic-addon1">表达式</span>
                         </div>
-                        <input type="text" class="form-control m-0" <% if (stage.readOnly) { %> readonly="" <% } %> id="expr" onpaste="pasteExpr(event, this);">
+                        <input type="text" class="form-control m-0" <% if (stage.readOnly) { %> readonly="" <% } %> id="expr" onpaste="pasteExpr(event, this);" style="width: 270px">
                     </div>
                 </div>
             </div>