Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
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
耿迪迪
gassafety-progress
Commits
f04ee7b4
Commit
f04ee7b4
authored
Feb 28, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
右上角样式
parent
7afc16be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
14 deletions
+13
-14
all.scss
gassafetyprogress-web/src/assets/styles/all.scss
+6
-0
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+6
-13
index.vue
gassafetyprogress-web/src/views/bigWindow/index.vue
+1
-1
No files found.
gassafetyprogress-web/src/assets/styles/all.scss
View file @
f04ee7b4
...
...
@@ -618,3 +618,9 @@
z-index
:
999
!
important
;
}
}
.left
{
.el-table__body-wrapper
{
overflow-x
:
hidden
!
important
;
overflow-y
:
hidden
!
important
;
}
}
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
f04ee7b4
...
...
@@ -12,7 +12,6 @@
<div
class=
"fong-div"
style=
"width: 8px;height: 12px;background-color: #11e9e9b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"
></div>
</div>
</div>
<div
class=
"divfen"
style=
"width: 90%;height: 30%;margin-left: 40px;"
>
<div
class=
"left"
>
<div
class=
"bottom right-bottom-data-left"
...
...
@@ -49,7 +48,7 @@
</el-table-column>
<el-table-column
prop=
"alarmTime"
label=
"预警时间"
width=
"140"
>
</el-table-column>
<el-table-column
prop=
"handledStatus"
label=
"状态"
width=
"70"
>
<el-table-column
prop=
"handledStatus"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<div
class=
"ddd"
:title=
"scope.row.handledStatus"
>
{{
scope
.
row
.
handledStatus
}}
...
...
@@ -59,13 +58,6 @@
</el-table>
</div>
</div>
<!-- <div class ="divall" style="width: 50%">
<div id="main21" style="height: 50%;width: 100%"></div>
</div>
<div class="divall" style="width: 50%" >
<div id="main22" style="height: 50%;width: 100%"></div>
</div> -->
</div>
<!-- <div style="width: 100%;height: 200px;background-color: #44d7dc;">
<el-table
...
...
@@ -725,7 +717,7 @@
}
</
script
>
<
style
>
<
style
scoped
>
.titleTex
{
height
:
30px
;
width
:
100%
;
...
...
@@ -871,8 +863,9 @@
height
:
100%
;
overflow
:
hidden
;
}
.el-table__body-wrapper
{
overflow-x
:
hidden
!important
;
overflow-y
:
hidden
!important
;
.left
{
margin-top
:
10px
;
width
:
440px
;
margin-left
:
20px
;
}
</
style
>
gassafetyprogress-web/src/views/bigWindow/index.vue
View file @
f04ee7b4
...
...
@@ -524,7 +524,7 @@ export default {
background
:
#112238
;
}
.rightbar
{
width
:
4
5
0px
;
width
:
4
7
0px
;
height
:
90%
;
position
:
fixed
;
top
:
10%
;
...
...
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