From 5d836e5adb8bcdbde5f8650ce09a085fa71dc4a1 Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Fri, 24 Jul 2020 18:29:24 +0800 Subject: [PATCH] update textSelect style --- .../extra/dataEntry/textSelect/styles.less | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less b/components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less index 2c205e5..5f28a36 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%; -- 2.21.0