rabin 2 年之前
父节点
当前提交
67683f922b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -3637,7 +3637,7 @@ class Database
 
                 $delete = true;
                 if (isset($param['update_type']) && $param['update_type'] == 2) {
-                    $table = '';
+                    $table = '<style>.layui-input, .xm-select-parent{width:100%}</style>';
                     $table .= '<table class="layui-table">';
                     $table_header = '<thead><tr>';
                     $table_body = '<tbody>';