Commit 9e39db262804eb85d504ec3ae46e90837b4bb065
1 parent
08a04730
fix:DEFECT-1396 产品多了过后无法显示下面的产品,无法下拉
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -353,4 +353,8 @@ | @@ -353,4 +353,8 @@ | ||
353 | 353 | ||
354 | <style scoped lang="less"> | 354 | <style scoped lang="less"> |
355 | @import '../../SimpleRequest/common/commonTestTable.less'; | 355 | @import '../../SimpleRequest/common/commonTestTable.less'; |
356 | + | ||
357 | + :deep(.ant-select-dropdown) { | ||
358 | + min-height: 210px !important; | ||
359 | + } | ||
356 | </style> | 360 | </style> |