mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:27:40 +00:00
style: style improve
This commit is contained in:
parent
fe1f86d471
commit
044ffb5737
@ -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`,
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user