|
@@ -10,10 +10,10 @@
|
|
|
<head>
|
|
|
<title>添加工程</title>
|
|
|
<style>
|
|
|
- .layui-input{ height: 28px;margin-top: 6px;}
|
|
|
+ .layui-input{ height: 28px;margin-top: 6px;line-height: 28px}
|
|
|
.layui-table-view .layui-table {width:100%}
|
|
|
- .myselect{border: none;padding: 5px 7px;min-height: 20px;color: #666666;}
|
|
|
- .mydiv{padding: 5px 7px;min-height: 20px;border: whitesmoke;}
|
|
|
+ .myselect{border: none;padding: 5px 7px;min-height: 20px;color: #666666;line-height: 20px}
|
|
|
+ .mydiv{padding: 5px 7px;min-height: 20px;border: whitesmoke;line-height: 20px}
|
|
|
.mydiv:empty:before{content: attr(placeholder);color:#999999;}
|
|
|
.mydiv:focus:before{content:none}
|
|
|
.layui-table-tips-main{display:none}
|
|
@@ -34,7 +34,7 @@
|
|
|
</fieldset>
|
|
|
<div class="layui-form-item">
|
|
|
<div class="layui-inline">
|
|
|
- <label class="layui-form-label" style="width: 100px">*单体工程名称</label>
|
|
|
+ <label class="layui-form-label" style="width: 100px;">*单体工程名称</label>
|
|
|
<div class="layui-input-inline">
|
|
|
<input type="text" id="myinput" autocomplete="off" placeholder="" class="layui-input">
|
|
|
</div>
|
|
@@ -67,7 +67,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<div style="margin-top: 20px">
|
|
|
- <button id="mybtn" type="button" class="layui-btn" style="width: 70px" onclick="okSubmit()">确定</button>
|
|
|
+ <button id="mybtn" type="button" class="layui-btn" style="width: 70px;" onclick="okSubmit()">确定</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|