xs 5 年之前
父节点
当前提交
32fe7e9307
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/main/webapp/webpage/modules/sg/projecttem/addItem2Form.jsp

+ 5 - 5
src/main/webapp/webpage/modules/sg/projecttem/addItem2Form.jsp

@@ -72,10 +72,10 @@
                                         <table class="layui-table" id="mytable">
                                         <table class="layui-table" id="mytable">
                                         <thead>
                                         <thead>
                                         <tr>
                                         <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>
                                         </tr></thead>
                                         <tbody id="demoList">
                                         <tbody id="demoList">
 
 
@@ -116,7 +116,7 @@
                         ,'<td><div contenteditable="true" class="mydiv1" placeholder="请输入项目名称"></div></td>'
                         ,'<td><div contenteditable="true" class="mydiv1" placeholder="请输入项目名称"></div></td>'
                         ,'<td>'
                         ,'<td>'
                         ,' <select name="type" class="myselect"><option value="">请选择项目类型</option><option value="1">架空线路工程</option><option value="2">电缆工程</option></select>'
                         ,' <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>'
                         ,'<button class="layui-btn layui-btn-xs layui-btn-danger demo-delete">删除</button>'
                         ,'</td>'
                         ,'</td>'
                         ,'</tr>'].join(''));
                         ,'</tr>'].join(''));