.el-dropdown-menu__item {
|
font-size: 12px !important;
|
line-height: 28px !important;
|
}
|
|
//.el-card.is-always-shadow {
|
// box-shadow: none;
|
// border: none !important;
|
//}
|
|
.el-scrollbar__view {
|
height: 100%;
|
}
|
|
.el-menu--horizontal {
|
border-bottom: none !important;
|
}
|
|
.el-menu {
|
border-right: none !important;
|
}
|
|
.el-menu--display,
|
.el-menu--display + .el-submenu__icon-arrow {
|
display: none;
|
}
|
|
.el-message__icon,
|
.el-message__content {
|
display: inline-block;
|
}
|
|
.el-date-editor .el-range-input,
|
.el-date-editor .el-range-separator {
|
height: auto;
|
overflow: hidden;
|
}
|
|
.el-dialog__wrapper {
|
z-index: 2048;
|
}
|
|
.el-col {
|
margin-bottom: 8px;
|
}
|
|
.el-main {
|
padding: 0 !important;
|
}
|
|
.el-dropdown-menu__item--divided:before,
|
.el-menu,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
|
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
background-color: transparent;
|
}
|
|
.el-dropdown-menu__item--divided:before,
|
.el-menu,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
|
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
background-color: transparent !important;
|
}
|
|
.el-card__header {
|
padding: 6px 18px !important;
|
}
|
|
.el-card__body {
|
//padding: 16px !important;
|
}
|
|
.el-divider--horizontal {
|
margin: 12px 0 !important;
|
}
|
|
.see-img-box {
|
.el-dialog {
|
width: 840px;
|
height: 540px;
|
|
.el-dialog__body {
|
padding: 4px;
|
position: relative;
|
height: calc(100% - 62px);
|
}
|
|
div.imgs {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
width: calc(100% - 8px);
|
height: calc(100% - 8px);
|
overflow: hidden;
|
height: 100%;
|
}
|
}
|
}
|
|
.el-upload__tip {
|
width: 423px !important;
|
}
|
|
.cardButs .el-button.el-button--primary.el-button--small {
|
// position: absolute;
|
// top: 0;
|
// left: 0;
|
display: none;
|
width: 100px !important;
|
}
|
|
.tablesss .avue-form__menu--center {
|
width: 113px !important;
|
}
|
|
.formsss .el-input__inner {
|
color: #000 !important;
|
}
|
|
.avue-crud__menu {
|
display: none !important;
|
}
|
// .formsss,
|
// .tablesss {
|
// width: 100%;
|
// height: 100%;
|
// display: flex;
|
// align-items: center;
|
// justify-content: center;
|
// }
|
.formsss {
|
height: 100% !important;
|
}
|
.formsss .el-card.basic-container__card.is-always-shadow {
|
height: 100% !important;
|
}
|
.formsss .el-card__body {
|
// height: 724px !important;
|
height: 100% !important;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
.formssstitle {
|
width: 100%;
|
height: 100px;
|
font-size: 24px;
|
display: flex;
|
align-items: center;
|
padding-left: 57px;
|
box-sizing: border-box;
|
}
|
}
|