Skip to content

Commit

Permalink
fix(components): 组件LoadingEmptyWrapper添加背景颜色动画过渡
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 23, 2022
1 parent 811b15e commit 7add5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/business/LoadingEmptyWrapper/index.vue
Expand Up @@ -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
Expand Down

1 comment on commit 7add5c2

@vercel
Copy link

@vercel vercel bot commented on 7add5c2 Feb 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.