mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: gantt block style improve (#6168)
This commit is contained in:
parent
3f1d955ef9
commit
1e2e4222eb
@ -18,6 +18,7 @@ const useStyles = createStyles(({ token, css }) => {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-left: 2px solid ${token.colorBorderSecondary};
|
border-left: 2px solid ${token.colorBorderSecondary};
|
||||||
|
overflow-x: auto;
|
||||||
.ganttheader: {
|
.ganttheader: {
|
||||||
border-bottom: 1px solid ${token.colorBorderSecondary};
|
border-bottom: 1px solid ${token.colorBorderSecondary};
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -30,6 +31,7 @@ const useStyles = createStyles(({ token, css }) => {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-bottom: -5px;
|
||||||
`,
|
`,
|
||||||
wrapper: css`
|
wrapper: css`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user