fix(components): 组件LoadingEmptyWrapper添加背景颜色动画过渡

This commit is contained in:
Soybean 2022-02-23 21:44:32 +08:00
parent 811b15e672
commit 7add5c2edf

View File

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