style: style improve

This commit is contained in:
katherinehhh 2024-11-08 17:18:49 +08:00
parent fe1f86d471
commit 044ffb5737
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const ChartCardItem = withDynamicSchemaProps(
const { token } = useToken();
return (
<CardItem
className="nb-chart-block"
name="charts"
bodyStyle={{
padding: `${token.paddingLG}px ${token.paddingLG}px 0`,

View File

@ -47,6 +47,13 @@ export const useStyles = createStyles(({ token, css }) => {
height: 48px !important;
line-height: 48px !important;
}
.nb-chart-block .ant-card .ant-card-body {
padding-bottom: 0px;
padding-top: 0px;
}
.nb-chart-block .noco-card-item {
margin-bottom: -13px;
}
.ant-table-thead button[aria-label*='schema-initializer-TableV2-table:configureColumns'] > span:last-child {
display: none !important;
}