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