From 811b15e672c9d69e9c5789eb11ab2db7bd729f37 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 23 Feb 2022 21:36:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E4=BF=AE=E5=A4=8D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6LoadingEmptyWrapper=E9=80=82=E5=BA=94=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F?= 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 edeec7a7c..1bdcad182 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', + placeholderClass: 'bg-white dark:bg-dark', emptyDesc: '暂无数据', emptyNetworkClass: 'w-320px h-320px text-16px text-[#666]', showNetworkReload: false