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
952c10a9e6c413e423082cd7b26a9c189e0b964a
Authored by
loveumiko
2023-08-25 14:56:27 +0800
1 parent
d336bc7a
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 @
952c10a
...
...
@@ -19,6 +19,6 @@
19
19
</template>
20
20
<style scoped>
21
21
:deep(.ant-table-body) {
22
-
overflow:
auto
!important;
22
+
overflow:
scroll
!important;
23
23
}
24
24
</style>
...
...