PipeLineLems/web/src/components/Container/Container.tsx
@@ -3,6 +3,7 @@ import Icon from '@/components/Icon/Icon' import { useVModel } from '@vueuse/core' import { debounce } from 'lodash' import { _t } from '@/libs/Language/Language' export default defineComponent({ name: '通用头部', props: { @@ -49,7 +50,7 @@ class={styles.innerInput} onBlur={() => onEventChange(false)} onFocus={() => onEventChange(true)} placeholder={!isBlur.value ? props.placeholder : ''} placeholder={!isBlur.value ? _t(props.placeholder) : ''} prefix-icon={ <Icon icon="white_search" width={12} height={12} /> }