Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
0aed5fca
Commit
0aed5fca
authored
Jul 03, 2025
by
Cai Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(*): 兼容小屏幕
parent
c6060234
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
bag-monitoring.vue
src/views/dustMonitoring/bag-monitoring.vue
+12
-2
No files found.
src/views/dustMonitoring/bag-monitoring.vue
View file @
0aed5fca
...
...
@@ -559,6 +559,12 @@ onBeforeUnmount(() => {
// overflow-x: hidden;
position
:
relative
;
background-color
:
#181d21
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
&
:
:-
webkit-scrollbar
{
width
:
2px
;
background-color
:
rgba
(
58
,
63
,
69
,
0
.5
);
}
.header
{
position
:
relative
;
...
...
@@ -615,7 +621,7 @@ onBeforeUnmount(() => {
.chart-container
{
width
:
100%
;
height
:
calc
(
100%
-
3
5
0px
);
height
:
calc
(
100%
-
3
8
0px
);
min-height
:
200px
;
max-height
:
calc
(
50vh
-
50px
);
background-color
:
#000
;
...
...
@@ -733,8 +739,12 @@ onBeforeUnmount(() => {
padding
:
10px
0
;
box-sizing
:
border-box
;
overflow-x
:
auto
;
overflow-y
:
hidden
;
max-height
:
300px
;
overflow-y
:
auto
;
&
:
:-
webkit-scrollbar
{
width
:
2px
;
background-color
:
rgba
(
58
,
63
,
69
,
0
.5
);
}
table
{
width
:
100%
;
...
...
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