| 123456789101112131415161718 |
- <div style="padding: 0px 30px;">
- <div style="height: 30px; line-height: 30px; margin-bottom:5px;">
- <div style="float: left; width: 80px">组件名称</div>
- <div style="margin-left: 80px"><input style="width: 99%" type="text" id="createComponent_name" /></div>
- </div>
- <div style="height: 30px; line-height: 30px; margin-bottom:5px;">
- <div style="float: left; width: 80px">组件标题</div>
- <div style="margin-left: 80px"><input style="width: 99%" type="text" id="createComponent_title" /></div>
- </div>
- <div style="height: 30px; line-height: 30px; margin-bottom:10px;">
- <div style="float: left; width: 80px">组件路径</div>
- <div style="margin-left: 80px"><input style="width: 99%" type="text" id="createComponent_path" /></div>
- </div>
- <div style="height: 40px; line-height: 30px; margin:0px">
- <div id="createComponent_cancelButton" style="float: right; margin-left: 10px; border: 1px solid #666; color: #666; height: 24px; line-height: 24px; width:80px; text-align:center; box-shadow: 1px 1px 3px #999; cursor: pointer;">取消</div>
- <div id="createComponent_okButton" style="float: right; margin-left: 10px; border: 1px solid #666; color: #FFF; background-color: #4c6b87; height: 24px; line-height: 24px; width:120px; text-align:center; box-shadow: 1px 1px 3px #999; cursor: pointer;">确定</div>
- </div>
- </div>
|