同步电网一张图代码

This commit is contained in:
GGJ
2024-05-27 10:37:50 +08:00
parent 05d7200da9
commit e05717790d
16 changed files with 113 additions and 91 deletions

View File

@@ -31,18 +31,20 @@
}
.el-dialog {
padding: 0px !important;
.el-dialog__body{
max-height: 60vh;
overflow-y: auto;
}
.el-dialog__footer {
padding: 15px;
box-shadow: var(--el-box-shadow);
width: 100%;
bottom: 0;
}
}
.el-dialog__body {
max-height: 60vh;
overflow-y: auto;
padding: 10px;
}
.el-dialog__header {
background: var(--el-color-primary);
padding: 15px;
@@ -54,17 +56,15 @@
color: var(--el-color-white);
}
}
.el-dialog__headerbtn:hover{
.el-icon{
color:#409EFF;
.el-dialog__headerbtn:hover {
.el-icon {
color: #409eff;
}
}
.el-dialog__title {
color: var(--el-color-white);
}
}
.el-table {
@@ -83,10 +83,6 @@
padding: 5px 11px;
}
.el-dialog__body {
padding: 10px;
}
/* dialog滚动条-s */
.el-overlay-dialog,
.el-tabs__content,
@@ -209,10 +205,10 @@
opacity: 0.6;
}
.sgmap-ctrl-bottom-left{
.sgmap-ctrl-bottom-left {
display: none !important;
}
.el-drawer__header{
.el-drawer__header {
margin-bottom: 0 !important;
}
}