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
0494ff84
Commit
0494ff84
authored
Feb 26, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表
parent
1e5f3ea8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+7
-3
No files found.
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
0494ff84
...
...
@@ -12,7 +12,7 @@
<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:
100%;height: 30%
;"
>
<div
class=
"divfen"
style=
"width:
95%;height: 30%;margin-left: 35px
;"
>
<div
class=
"left"
>
<div
class=
"bottom right-bottom-data-left"
...
...
@@ -22,7 +22,7 @@
<el-table
size=
"mini"
:data=
"tableData"
style=
"width:
100
%"
style=
"width:
93
%"
:height=
"tableHeight"
class=
"el-bottom"
ref=
"table"
...
...
@@ -48,7 +48,7 @@
</div>
</template> -->
</el-table-column>
<el-table-column
prop=
"alarmTime"
label=
"预警时间"
width=
"1
0
0"
>
<el-table-column
prop=
"alarmTime"
label=
"预警时间"
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"handledStatus"
label=
"状态"
width=
""
>
<!-- <template slot-scope="scope">
...
...
@@ -975,4 +975,8 @@
height
:
100%
;
overflow
:
hidden
;
}
.el-table__body-wrapper
{
overflow-x
:
hidden
!important
;
overflow-y
:
hidden
!important
;
}
</
style
>
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