From 19df710a0d2a7572b0ebe656cb9dd358bab68d97 Mon Sep 17 00:00:00 2001 From: jialin Date: Thu, 15 Jan 2026 11:15:14 +0800 Subject: [PATCH] fix(style): autocomplete width out of range --- src/components/seal-form/wrapper/select.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/seal-form/wrapper/select.ts b/src/components/seal-form/wrapper/select.ts index 49748022..0755bdf6 100644 --- a/src/components/seal-form/wrapper/select.ts +++ b/src/components/seal-form/wrapper/select.ts @@ -109,6 +109,9 @@ const SelectWrapper = styled.div` .ant-select-selection-search { padding-inline-start: ${INPUT_INNER_PADDING}px; } + .ant-select-content-value { + display: none; + } } &.ant-select-multiple.ant-cascader .ant-select-selection-search { top: 0 !important;