fix: gantt block style improve (#6168)

This commit is contained in:
Katherine 2025-02-06 20:55:20 +08:00 committed by GitHub
parent 3f1d955ef9
commit 1e2e4222eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;