中航光电热表web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.8 KiB

7 months ago
// .el-card.is-always-shadow {
// box-shadow: none;
// border: none !important;
// }
8 months ago
.el-menu {
border-right: 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-sub-menu .el-sub-menu__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-sub-menu .el-sub-menu__title:hover {
background-color: transparent ;
8 months ago
}
.el-collapse-item__header {
height: auto;
overflow: hidden;
}
.el-button.is-text:not(.is-disabled):active {
background-color: transparent;
}
.el-button.is-text:not(.is-disabled):focus, .el-button.is-text:not(.is-disabled):hover {
background-color: transparent;
}
.el-dropdown{
display: inline-block;
line-height: inherit;
.el-button.is-text:not(.is-disabled):focus-visible{
outline: none;
}
}
.avue-icon i, .avue-icon svg {
line-height: 20px;
}
.avue--detail .el-form-item {
background-color: #fafafa;
}
7 months ago
.priority-2-row {
background: #ffd4ac !important;
}
.priority-3-row {
background: #fff9a8 !important;
}
.priority-4-row {
background: #a1fdee !important;
}
.priority-5-row {
background: #a4d6f8 !important;
}
.priority-6-row {
background: #c8a4f8 !important;
}