Commit 2ca32f2b authored by zhanglw's avatar zhanglw

样式调整

parent 0424ce2a
...@@ -741,7 +741,32 @@ export default { ...@@ -741,7 +741,32 @@ export default {
}; };
</script> </script>
<style scoped>
/deep/.el-select-dropdown__list {
padding: 0;
}
.noPtzVideo1 .el-scrollbar {
background-color: #021445 !important;
}
.noPtzVideo1 .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #021445 !important;
color: #31E5F5;
}
.noPtzVideo1 .el-select-dropdown__item.selected{
background-color: #021445 !important;
color: #31E5F5;
font-weight: 800;
}
.noPtzVideo1 .el-select-dropdown__item {
padding: 0px 20px;
box-sizing: border-box;
background-color: #021445 !important;
color: #31E5F5;
font-size: 16px;
}
</style>
<style> <style>
.video111 .DPcomputer17Class{ .video111 .DPcomputer17Class{
position: absolute; position: absolute;
...@@ -1110,26 +1135,4 @@ export default { ...@@ -1110,26 +1135,4 @@ export default {
font-weight: 600; font-weight: 600;
cursor: pointer; cursor: pointer;
} }
.noPtzVideo1 .el-scrollbar {
background-color: #021445 !important;
}
.noPtzVideo1 .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #021445 !important;
color: #31E5F5;
}
.noPtzVideo1 .el-select-dropdown__item.selected{
background-color: #021445 !important;
color: #31E5F5;
font-weight: 800;
}
.noPtzVideo1 .el-select-dropdown__item {
padding: 0px 20px;
box-sizing: border-box;
background-color: #021445 !important;
color: #31E5F5;
font-size: 16px;
}
</style> </style>
...@@ -831,7 +831,9 @@ export default { ...@@ -831,7 +831,9 @@ export default {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
/deep/.el-select-dropdown__list {
padding: 0;
}
.DPcomputer16Box { .DPcomputer16Box {
overflow: hidden; overflow: hidden;
height: 64vh; height: 64vh;
...@@ -1162,6 +1164,27 @@ export default { ...@@ -1162,6 +1164,27 @@ export default {
padding: 0 15% 10px; padding: 0 15% 10px;
box-sizing: border-box; box-sizing: border-box;
} }
.DPcomputer16Box .el-scrollbar {
background-color: #021445 !important;
}
.DPcomputer16Box .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #021445 !important;
color: #31E5F5;
}
.DPcomputer16Box .el-select-dropdown__item.selected{
background-color: #021445 !important;
color: #31E5F5;
font-weight: 800;
}
.DPcomputer16Box .el-select-dropdown__item {
padding: 0px 20px;
box-sizing: border-box;
background-color: #021445 !important;
color: #31E5F5;
font-size: 16px;
}
</style> </style>
...@@ -1357,25 +1380,4 @@ export default { ...@@ -1357,25 +1380,4 @@ export default {
border-radius: 10px; border-radius: 10px;
} }
.DPcomputer16Box .el-scrollbar {
background-color: #021445 !important;
}
.DPcomputer16Box .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #021445 !important;
color: #31E5F5;
}
.DPcomputer16Box .el-select-dropdown__item.selected{
background-color: #021445 !important;
color: #31E5F5;
font-weight: 800;
}
.DPcomputer16Box .el-select-dropdown__item {
padding: 0px 20px;
box-sizing: border-box;
background-color: #021445 !important;
color: #31E5F5;
font-size: 16px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment