src/menu/components/search/main-search/options.jsx
@@ -160,6 +160,18 @@ }, { type: 'radio', field: 'searchSize', label: '搜索间距', initval: wrap.searchSize || 'middle', tooltip: '搜索条件的上下间距。', required: false, options: [ {value: 'middle', label: '默认'}, {value: 'small', label: '小'}, ], }, { type: 'radio', field: 'cacheSearch', label: '搜索缓存', initval: wrap.cacheSearch || 'false',