Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
海康威视
web-project
Commits
90676e57
Commit
90676e57
authored
Sep 05, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报警参数设置页面样式调整
parent
f2b12dc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
AlarmStatusPage.vue
src/views/AlarmPage/AlarmStatusPage.vue
+7
-4
No files found.
src/views/AlarmPage/AlarmStatusPage.vue
View file @
90676e57
...
...
@@ -86,7 +86,7 @@
<div
class=
"left"
>
<el-table
:data=
"cnNames_before"
class=
"scroll-table"
:row-style=
"{ height: '16px' }"
:cell-style=
"{ padding: '0px' }"
>
<el-table-column
prop=
"cnName"
class-name=
"before-hover-column"
:show-overflow-tooltip=
"true"
>
<el-table-column
prop=
"cnName"
class-name=
"before-hover-column"
>
<
template
#
default=
"scope"
>
<div
@
click=
"selectBeforeParams(scope.row)"
>
{{
scope
.
row
.
cnName
}}
</div>
</
template
>
...
...
@@ -989,10 +989,10 @@ table td {
.left {
// border: 1px solid red;
overflow: auto;
height: 4
0
0px;
height: 4
9
0px;
border-top: 1px solid #eff1f4;
border-bottom: 1px solid #eff1f4;
padding: 0px
30px 11px 27
px;
padding: 0px
20px 0px 20
px;
}
.left::-webkit-scrollbar {
...
...
@@ -1012,11 +1012,14 @@ table td {
.dialog {
width: 70%;
.div-header{
padding-bottom: 15px;
}
}
// dialog中的滚动条
.scroll-table {
max-height: 4
0
0px;
max-height: 4
9
0px;
overflow-y: auto;
}
...
...
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