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
4241f9d1b9156fb5db77003af976af212dff5adf
Authored by
ww
2023-05-09 16:27:09 +0800
1 parent
7241f8e0
fix: 修复视频配置预览视频布局样式冲突
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/camera/manage/SplitScreenMode.vue
src/views/camera/manage/SplitScreenMode.vue
View file @
4241f9d
@@ -292,7 +292,7 @@
@@ -292,7 +292,7 @@
292
}
292
}
293
293
294
.split-screen-mode:deep(.ant-spin-container) {
294
.split-screen-mode:deep(.ant-spin-container) {
295
-
height: 100%
!important
;
295
+
height: 100%;
296
}
296
}
297
297
298
.video-container {
298
.video-container {