gang.huang 2 年之前
父節點
當前提交
cd35ee54b7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      admin/templates/default/provider.refill.balance.php

+ 3 - 2
admin/templates/default/provider.refill.balance.php

@@ -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;