|
@@ -107,7 +107,7 @@ export const SearchForm = defineComponent({
|
|
|
// render渲染
|
|
|
return () => {
|
|
|
const { searchData, formConfig = {}, triggerSearchAuto } = props
|
|
|
- let warpClass = 'le-search-form-container labelStyle'
|
|
|
+ let warpClass = 'le-search-form-container' // labelStyle
|
|
|
const getItemStyle = (itemStyle, defaultWidth) => {
|
|
|
return itemStyle + ((/width\:/g).test(itemStyle) ? '' : `;width:${defaultWidth}`)
|
|
|
}
|