mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +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;
|
||||
width: 100%;
|
||||
border-left: 2px solid ${token.colorBorderSecondary};
|
||||
overflow-x: auto;
|
||||
.ganttheader: {
|
||||
border-bottom: 1px solid ${token.colorBorderSecondary};
|
||||
font-weight: 700;
|
||||
@ -30,6 +31,7 @@ const useStyles = createStyles(({ token, css }) => {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
margin-bottom: -5px;
|
||||
`,
|
||||
wrapper: css`
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user