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