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
Plain Diff
Browse Files
Commit
19e7b675868dfa1dbc52bd4ae683ac8720fb442a
Authored by
fengwotao
2023-08-28 17:05:17 +0800
2 parents
23874f29
f66dd1ed
Merge branch 'main_dev' into ft
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 @
19e7b67
@@ -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:
auto
!important;
22
+
overflow:
scroll
!important;
23
}
23
}
24
</style>
24
</style>