fix: date-picker hidden in update collection (#3045)

This commit is contained in:
JimmFly
2023-07-06 14:17:19 +08:00
committed by GitHub
parent e79a6a5d47
commit 8a565b8633
4 changed files with 246 additions and 190 deletions

View File

@@ -166,7 +166,7 @@ export const excludeTip = style({
});
export const scrollContainer = style({
overflow: 'hidden',
maxHeight: '70vh',
flex: 1,
display: 'flex',
flexDirection: 'column',