style: gant style improve

This commit is contained in:
katherinehhh 2023-02-06 14:22:21 +08:00
parent 5d3221b962
commit 54aa2d7f82
3 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,6 @@ export const calendarTopText = css`
export const calendarHeader = css` export const calendarHeader = css`
fill: #fafafa; fill: #fafafa;
stroke: #e0e0e0; // stroke: #e0e0e0;
stroke-width: 1.4; stroke-width: 1.4;
`; `;

View File

@ -7,7 +7,7 @@ export const gridRow = css`
`; `;
export const gridRowLine = css` export const gridRowLine = css`
stroke: #ebeff2; stroke: #f0f0f0;
`; `;
export const gridTick = css` export const gridTick = css`

View File

@ -3,6 +3,8 @@ import { css } from '@emotion/css';
export const scrollWrapper =css` export const scrollWrapper =css`
overflow: auto; overflow: auto;
position: relative;
top: -10px;
max-width: 100%; max-width: 100%;
/*firefox*/ /*firefox*/
scrollbar-width: thin; scrollbar-width: thin;