<div class="split_form" id="split_form">
|
<div class="main" style="padding-top:42px;">
|
<div class="row " style="margin-top:-41px;">
|
<div class="col-md-7 bill_name" >
|
<input
|
type="text"
|
class="inputunderline"
|
placeholder=" 表单名称"
|
maxlength=50
|
ng-model="guTempName"
|
/>
|
</div>
|
<div class="col-md-3" >
|
<!--
|
<textarea
|
style="float:left;margin-left:5px;height:35px;width:100%;"
|
ng-model="guTempDisc"
|
>
|
</textarea>
|
-->
|
</div>
|
<div class="col-md-2">
|
<button
|
class="btn btn-success btn-favourite"
|
style="float:right;margin-bottom:2px;margin-right:5px;"
|
ng-click="create_forms();"
|
id="save_create_form"
|
ng-show="permission_check('save',1)"
|
>
|
保存
|
</button>
|
</div>
|
</div>
|
<div class="el_form">
|
|
</div>
|
</div>
|
<div class="left" style="position:fixed;margin: 0;">
|
<h6>基础字段</h6>
|
<hr/>
|
</div>
|
<div class="right" style="position: relative;">
|
<h6>控件属性</h6>
|
<hr/>
|
<div name="el_attr_editor_container">
|
<div
|
frm-element-attr-editor
|
element="element"
|
data="data"
|
type="type"
|
></div>
|
</div>
|
|
</div>
|
</div>
|