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
3bc67a32e058bc39889d7e4c9e4d2841c97fc1e0
Authored by
fengwotao
2023-11-20 16:38:42 +0800
1 parent
7ed74c4b
fix: DEFECT-1768 新增租户后的产品界面置底和查询出来的界面也置底显示,图二为正常显示
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/device/profiles/CardMode.vue
src/views/device/profiles/CardMode.vue
View file @
3bc67a3
...
...
@@ -322,4 +322,8 @@
322
322
.profile-list:deep(.ant-card-body) {
323
323
@apply !p-4;
324
324
}
325
+
326
+
:deep(.ant-spin-nested-loading) {
327
+
height: 40rem;
328
+
}
325
329
</style>
...
...