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

(cherry picked from commit 8a565b8633)
This commit is contained in:
JimmFly
2023-07-06 14:17:19 +08:00
committed by Alex Yang
parent 76da19bac6
commit 822c01c360
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',