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
e4c47ed58e983a77e2c33c7666842a563ee76708
Authored by
loveumiko
2023-07-25 09:51:07 +0800
1 parent
a244ab46
fix: 只有两条数据就不需要展示剩余的白色框了
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
src/views/dataview/publicApi/components/TestInterface/paramsTest/testEditParamsCellTable.vue
src/views/dataview/publicApi/components/TestInterface/paramsTest/testEditParamsCellTable.vue
View file @
e4c47ed
...
...
@@ -353,8 +353,4 @@
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
-
}
360
356
</style>
...
...