fix(components): 修复组件LoadingEmptyWrapper适应暗黑模式

This commit is contained in:
Soybean 2022-02-23 21:36:42 +08:00
parent c1182fef0a
commit 811b15e672

View File

@ -52,7 +52,7 @@ const props = withDefaults(defineProps<Props>(), {
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