.el-menu--popup-bottom-start {
|
margin-top: 2px !important;
|
}
|
|
.el-menu--horizontal {
|
.el-menu {
|
padding: 0px !important;
|
background: #fff !important;
|
border-radius: 2px;
|
|
.el-menu-item {
|
color: #fff !important;
|
border-bottom: 1px solid #e5e5e5 !important;
|
background: #2196f3 !important;
|
}
|
|
.el-menu-item:last-child {
|
border-bottom: none !important;
|
}
|
|
.el-menu-item:hover {
|
background: #1A78C2 !important;
|
}
|
}
|
}
|
|
.layout-container {
|
|
.el-container {
|
|
.el-header {
|
position: fixed;
|
top: 0;
|
left: 0;
|
height: 60px;
|
width: 100%;
|
z-index: 9999;
|
|
.el-menu {
|
|
.el-menu-item {
|
font-size: 16px !important;
|
}
|
}
|
}
|
|
.el-main {
|
position: fixed;
|
top: 60px;
|
left: 0;
|
height: calc(100% - 60px);
|
width: 100%;
|
z-index: 10;
|
|
}
|
|
}
|
}
|
|
.el-image-viewer__wrapper {
|
background: #000;
|
}
|
|
#viewer-container {
|
|
.el-icon-my-path {
|
background: url(/img/icon/path.png) center no-repeat;
|
background-size: 14px 14px;
|
}
|
|
.el-icon-my-path:before {
|
content: "替";
|
font-size: 16px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-search {
|
background: url(/img/icon/search.png) center no-repeat;
|
background-size: 14px 14px;
|
}
|
|
.el-icon-my-search:before {
|
content: "替";
|
font-size: 16px;
|
visibility: hidden;
|
}
|
}
|
|
.el-message {
|
top: 146px !important;
|
}
|
|
.el-image-viewer__wrapper {
|
z-index: 111111 !important;
|
}
|