|
@@ -15,7 +15,7 @@
|
|
<div class="input-group-prepend">
|
|
<div class="input-group-prepend">
|
|
<span class="input-group-text" id="basic-addon1">表达式</span>
|
|
<span class="input-group-text" id="basic-addon1">表达式</span>
|
|
</div>
|
|
</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>
|
|
</div>
|
|
</div>
|
|
</div>
|