Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
digital-construction
Commits
45f6f343
Commit
45f6f343
authored
Jun 12, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
bf948081
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Index.vue
src/components/construction/Index.vue
+2
-2
Index.vue
src/components/supervisory/Index.vue
+4
-1
No files found.
src/components/construction/Index.vue
View file @
45f6f343
...
@@ -589,11 +589,11 @@ export default {
...
@@ -589,11 +589,11 @@ export default {
}
}
.side-area {
.side-area {
min-width: 400px;
min-width: 400px;
width:
calc(25% - 6px)
;
width:
25%
;
height: 100%;
height: 100%;
}
}
.mid-area {
.mid-area {
width: calc(50% -
12
px);
width: calc(50% -
24
px);
height: 100%;
height: 100%;
}
}
.divider {
.divider {
...
...
src/components/supervisory/Index.vue
View file @
45f6f343
...
@@ -284,7 +284,10 @@ export default {
...
@@ -284,7 +284,10 @@ export default {
},
},
closeAll
()
{
closeAll
()
{
this
.
cameraList
.
map
((
item
)
=>
{
this
.
cameraList
.
map
((
item
)
=>
{
item
.
player
.
dispose
();
item
.
id
=
""
;
item
.
live_address_url
=
""
;
item
.
player
&&
item
.
player
.
dispose
();
item
.
player
=
null
;
});
});
this
.
cameraList
=
[];
this
.
cameraList
=
[];
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment