From 0a4e443f4243859cd789a851462ca52e91a89aec Mon Sep 17 00:00:00 2001 From: lazydan Date: Sat, 17 Sep 2022 17:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=BB=BD=E9=87=8D?= =?UTF-8?q?=E5=A4=8Dcss=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/index.less | 2 +- src/components/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Search/index.less b/src/components/Search/index.less index f8b51b520d..1551793af4 100644 --- a/src/components/Search/index.less +++ b/src/components/Search/index.less @@ -1,4 +1,4 @@ -@import '~ant-design-vue/es/style/themes/default'; +@import '~ant-design-vue/es/style/themes/default.less'; .global-search-wrapper { position: fixed; diff --git a/src/components/index.less b/src/components/index.less index 01ef050b1d..4c3eeab25e 100644 --- a/src/components/index.less +++ b/src/components/index.less @@ -1,4 +1,4 @@ -@import '~ant-design-vue/lib/style/index'; +@import '~ant-design-vue/es/style/themes/default.less'; // The prefix to use on all css classes from ant-pro. @ant-pro-prefix : ant-pro;