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
c735ab5980bd5ea1850b9b2572a2b8a65b417cf3
Authored by
loveumiko
2023-08-24 09:51:31 +0800
1 parent
44af1375
fix: 修复产品TOpic无法滚动进行下拉查看
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profiles/step/TopicPanel.vue
src/views/device/profiles/step/TopicPanel.vue
View file @
c735ab5
@@ -19,6 +19,6 @@
@@ -19,6 +19,6 @@
19
</template>
19
</template>
20
<style scoped>
20
<style scoped>
21
:deep(.ant-table-body) {
21
:deep(.ant-table-body) {
22
-
overflow:
hidden
!important;
22
+
overflow:
auto
!important;
23
}
23
}
24
</style>
24
</style>