|
@@ -72,10 +72,10 @@
|
|
|
<table class="layui-table" id="mytable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>文件名</th>
|
|
|
- <th>项目名称</th>
|
|
|
- <th>项目类型</th>
|
|
|
- <th>操作</th>
|
|
|
+ <th width="35%">文件名</th>
|
|
|
+ <th width="20%">项目名称</th>
|
|
|
+ <th width="20%">项目类型</th>
|
|
|
+ <th width="15%" style="text-align: center">操作</th>
|
|
|
</tr></thead>
|
|
|
<tbody id="demoList">
|
|
|
|
|
@@ -116,7 +116,7 @@
|
|
|
,'<td><div contenteditable="true" class="mydiv1" placeholder="请输入项目名称"></div></td>'
|
|
|
,'<td>'
|
|
|
,' <select name="type" class="myselect"><option value="">请选择项目类型</option><option value="1">架空线路工程</option><option value="2">电缆工程</option></select>'
|
|
|
- ,'<td>'
|
|
|
+ ,'<td style="text-align: center">'
|
|
|
,'<button class="layui-btn layui-btn-xs layui-btn-danger demo-delete">删除</button>'
|
|
|
,'</td>'
|
|
|
,'</tr>'].join(''));
|