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
b076f056
Commit
b076f056
authored
Sep 04, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报警参数设置页面样式调整
parent
b28e6192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
115 additions
and
2 deletions
+115
-2
AlarmStatusPage.vue
src/views/AlarmPage/AlarmStatusPage.vue
+115
-2
No files found.
src/views/AlarmPage/AlarmStatusPage.vue
View file @
b076f056
...
@@ -881,7 +881,6 @@ onUnmounted(() => {
...
@@ -881,7 +881,6 @@ onUnmounted(() => {
.moduleCard {
.moduleCard {
width: auto;
width: auto;
overflow: auto;
overflow: auto;
//max-height: 540px;
padding: 0px;
padding: 0px;
::v-deep .el-card__body {
::v-deep .el-card__body {
...
@@ -893,7 +892,6 @@ onUnmounted(() => {
...
@@ -893,7 +892,6 @@ onUnmounted(() => {
padding: 4px;
padding: 4px;
margin-left: 20px;
margin-left: 20px;
height: 30px;
height: 30px;
//background-color: #8939cf;
vertical-align: middle;
vertical-align: middle;
}
}
...
@@ -938,4 +936,119 @@ onUnmounted(() => {
...
@@ -938,4 +936,119 @@ onUnmounted(() => {
margin-right: 10px;
margin-right: 10px;
flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
:deep(.div-form-img) {
display: flex;
align-items: center;
justify-content: center;
}
.big_table {
border-collapse: collapse;
border-color: #c9dbff;
}
table {
width: 100%;
}
table,
tr,
th,
td {
font-size: 14px;
margin: 0;
padding: 0;
}
table {
width: 100%;
}
table th {
background-color: #dfe8f6;
text-align: center;
padding: 5px 10px;
}
table td {
text-align: center;
background-color: #ffffff;
padding: 5px 10px;
}
.btngrounp {
margin-top: 10px;
text-align: center;
}
.left {
// border: 1px solid red;
overflow: auto;
height: 400px;
border-top: 1px solid #eff1f4;
border-bottom: 1px solid #eff1f4;
padding: 0px 30px 11px 27px;
}
.left::-webkit-scrollbar {
width: 3px;
}
// 滚动条里面默认的小方块,自定义样式
.left::-webkit-scrollbar-thumb {
background: #8798AF;
border-radius: 2px;
}
// 滚动条里面的轨道
.left::-webkit-scrollbar-track {
background: transparent;
}
.dialog {
width: 70%;
}
// dialog中的滚动条
.scroll-table {
max-height: 400px;
overflow-y: auto;
}
// .scroll-table,
// .scroll-table .el-table__header-wrapper,
// .scroll-table .el-table__body-wrapper,
// .scroll-table .el-table__row,
// .scroll-table th,
// .scroll-table td {
// border: none !important;
// }
.scroll-table::-webkit-scrollbar {
width: 5px;
}
.scroll-table::-webkit-scrollbar-thumb {
background-color: #BFBFBF;
// border-radius: 1px;
}
.scroll-table::-webkit-scrollbar-track {
background-color: #f0f0f0;
}
.before-hover-column .cell:hover {
background-color: #CECECE;
color: white;
}
.after-hover-column .cell:hover {
background-color: #508EFF;
color: white;
}
</
style
>
</
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