|
@@ -91,7 +91,7 @@
|
|
|
|
|
|
.editStatTypeTable {
|
|
|
display: block;
|
|
|
- width: 500px;
|
|
|
+ /* width: 500px; */
|
|
|
height: calc(100vh - 200px);
|
|
|
overflow: auto;
|
|
|
table-layout: fixed;
|
|
@@ -550,6 +550,7 @@
|
|
|
if (res) {
|
|
|
const datas = JSON.parse(res);
|
|
|
let tableHTML = `<form id="editStatTypeForm">
|
|
|
+ <div style="width:500px;">
|
|
|
<table class="editStatTypeTable" style="width:500px;" border>
|
|
|
<thead>
|
|
|
<th>主体名称</th>
|
|
@@ -566,7 +567,7 @@
|
|
|
</tr>`
|
|
|
})
|
|
|
|
|
|
- tableHTML += '</table></form>'
|
|
|
+ tableHTML += '</table></div></form>'
|
|
|
|
|
|
layui.use('layer', function() {
|
|
|
var layer = layui.layer;
|