mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +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();
|
const { token } = useToken();
|
||||||
return (
|
return (
|
||||||
<CardItem
|
<CardItem
|
||||||
|
className="nb-chart-block"
|
||||||
name="charts"
|
name="charts"
|
||||||
bodyStyle={{
|
bodyStyle={{
|
||||||
padding: `${token.paddingLG}px ${token.paddingLG}px 0`,
|
padding: `${token.paddingLG}px ${token.paddingLG}px 0`,
|
||||||
|
@ -47,6 +47,13 @@ export const useStyles = createStyles(({ token, css }) => {
|
|||||||
height: 48px !important;
|
height: 48px !important;
|
||||||
line-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 {
|
.ant-table-thead button[aria-label*='schema-initializer-TableV2-table:configureColumns'] > span:last-child {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user