From 7add5c2edfcabadb77084179d464b849d880d5e6 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 23 Feb 2022 21:44:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E7=BB=84=E4=BB=B6LoadingEmp?= =?UTF-8?q?tyWrapper=E6=B7=BB=E5=8A=A0=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E8=BF=87=E6=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/business/LoadingEmptyWrapper/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/business/LoadingEmptyWrapper/index.vue b/src/components/business/LoadingEmptyWrapper/index.vue index 1bdcad182..2a400ee35 100644 --- a/src/components/business/LoadingEmptyWrapper/index.vue +++ b/src/components/business/LoadingEmptyWrapper/index.vue @@ -52,7 +52,7 @@ const props = withDefaults(defineProps(), { loading: false, empty: false, loadingSize: 'medium', - placeholderClass: 'bg-white dark:bg-dark', + placeholderClass: 'bg-white dark:bg-dark transition-background-color duration-300 ease-in-out', emptyDesc: '暂无数据', emptyNetworkClass: 'w-320px h-320px text-16px text-[#666]', showNetworkReload: false