Commit 9e39db262804eb85d504ec3ae46e90837b4bb065

Authored by fengwotao
1 parent 08a04730

fix:DEFECT-1396 产品多了过后无法显示下面的产品,无法下拉

... ... @@ -353,4 +353,8 @@
353 353
354 354 <style scoped lang="less">
355 355 @import '../../SimpleRequest/common/commonTestTable.less';
  356 +
  357 + :deep(.ant-select-dropdown) {
  358 + min-height: 210px !important;
  359 + }
356 360 </style>
... ...