@@ -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">