Skip to content

Commit bbadcc8

Browse files
committed
Update NoData component image size
1 parent ac63c21 commit bbadcc8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/react-utils/src/components/NoData/index.css

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@
1111
line-height: 17px;
1212
letter-spacing: 0px;
1313
}
14-
15-
.ant-empty-image {
16-
height: 159px !important;
17-
}

packages/react-utils/src/components/NoData/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const NoData = (props: NoDataProps) => {
9393
return (
9494
<Empty
9595
image={<EmptySvgIcon />}
96-
imageStyle={{ height: 60 }}
96+
imageStyle={{ height: 160 }}
9797
description={
9898
<>
9999
<h3 className="header-text">{t('No data available')}</h3>

0 commit comments

Comments
 (0)