Merge branch 'master' into 165_package

This commit is contained in:
王怡栋
2022-03-28 08:50:18 +08:00
194 changed files with 3440 additions and 955 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
if(strpos(",{$config->user->availableBatchCreateFields},", ",{$field},") !== false) $visibleFields[$field] = '';
}
}
$minWidth = (count($visibleFields) > 5) ? 'w-150px' : '';
$minWidth = (count($visibleFields) > 3) ? 'w-150px' : '';
$showVisionList = count($visionList) > 1;
?>
<form method='post' class='load-indicator main-form' enctype='multipart/form-data' target='hiddenwin' id="batchCreateForm">