fix(components): 修复组件LoadingEmptyWrapper适应暗黑模式
This commit is contained in:
parent
c1182fef0a
commit
811b15e672
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user