|
@@ -487,7 +487,7 @@ const showSelectTab = function(select, spread, afterShow) {
|
|
|
const obj = $(setting.selector);
|
|
|
let filter = [];
|
|
|
if (setting.searchOver || setting.searchEmpty) {
|
|
|
- filter.push('<select class="form-control form-control-sm" id="search-filter">');
|
|
|
+ filter.push('<select class="input-group-text" id="search-filter">');
|
|
|
filter.push('<option value="">台账</option>');
|
|
|
if (setting.customSearch) {
|
|
|
for (const cs of setting.customSearch) {
|