fix: adjust end sign height

This commit is contained in:
mytharcher 2024-11-04 13:08:07 +08:00
parent 590c0aa644
commit 049d1afab4

View File

@ -223,7 +223,7 @@ const useStyles = createStyles(({ css, token }) => {
align-items: center;
justify-content: center;
width: 0;
height: 6em;
height: 4em;
border-left: 1px dashed ${token.colorBgLayout};
.anticon {