mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
fix(kanban): fix block (#3619)
This commit is contained in:
parent
c07767e753
commit
5a72e41a9d
@ -6,12 +6,16 @@ export const useStyles = createStyles(({ token, css }) => {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
.ant-spin-container: {
|
.ant-spin-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.ant-formily-item-label: {
|
.ant-formily-item-label: {
|
||||||
color: #8c8c8c;
|
color: #8c8c8c;
|
||||||
fontweight: normal;
|
fontweight: normal;
|
||||||
}
|
}
|
||||||
|
// 为了撑满固定区块时的高度
|
||||||
|
& > * {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user