diff --git a/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less b/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less index 2c205e51f835c021509f9ae5052ae688eda085d0..5f28a364754f441fa57fc021de740a1f1af8910a 100644 --- a/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less +++ b/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less @@ -6,28 +6,10 @@ .overlayClassName { max-height: 300px; overflow: auto; - margin-top: 20px; :global(.ant-dropdown-menu) { width: auto !important; } } -.searchIcon { - position: absolute; - top: 50%; - right: -2px; - z-index: 2; - margin-top: -13px; - background: #fff; -} -.clearIcon { - cursor: pointer; - position: absolute; - top: 50%; - right: 0; - z-index: 1; - margin-top: -13px; - background: #fff; -} .input { width: 100%; height: 100%;