diff --git a/components/apolloTable/component/base/edit/search/index.less b/components/apolloTable/component/base/edit/search/index.less index 0afe51cac13c34a2316be1383c15875a1a6aa4c9..4f7614a028315c1f3a95310076e28bd73dedcf32 100644 --- a/components/apolloTable/component/base/edit/search/index.less +++ b/components/apolloTable/component/base/edit/search/index.less @@ -1,6 +1,6 @@ .search { width: 100%; - display: flex; + display: flex !important; :global(.ant-select-selection) { width: 100%; min-height: 100%; diff --git a/components/apolloTable/component/base/edit/select/index.less b/components/apolloTable/component/base/edit/select/index.less index a70a1b55697764ca98620f3cc99915a06e4390fb..c12e92a2fc0583d532e57ac588e919cbeffbfce1 100644 --- a/components/apolloTable/component/base/edit/select/index.less +++ b/components/apolloTable/component/base/edit/select/index.less @@ -1,6 +1,6 @@ .select { width: 100%; - display: flex; + display: flex !important; :global(.ant-select-selector) { height: 100% !important; align-items: center;