Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9e39db262804eb85d504ec3ae46e90837b4bb065
Authored by
fengwotao
2023-07-17 17:01:28 +0800
1 parent
08a04730
fix:DEFECT-1396 产品多了过后无法显示下面的产品,无法下拉
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/dataview/publicApi/components/TestInterface/paramsTest/testEditParamsCellTable.vue
src/views/dataview/publicApi/components/TestInterface/paramsTest/testEditParamsCellTable.vue
View file @
9e39db2
...
...
@@ -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>
...
...