.el-card.is-always-shadow {
|
box-shadow: none;
|
border: none !important;
|
}
|
|
.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 !important;
|
}
|
|
.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;
|
}
|
|
.avue-icon i,
|
.avue-icon svg {
|
line-height: 20px;
|
}
|
|
.avue--detail .el-form-item {
|
background-color: #fafafa;
|
}
|
|
.showFullScreenDlg {
|
display: flex;
|
justify-content: space-between;
|
|
.el-dialog {
|
position: relative;
|
padding: 0;
|
overflow: hidden;
|
|
.el-dialog__body {
|
width: 100%;
|
height: 100%;
|
|
iframe {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
.el-dialog__header {
|
height: 0;
|
overflow: hidden;
|
padding: 0;
|
|
.el-dialog__headerbtn {
|
position: absolute;
|
left: 0;
|
//top: 14px;
|
|
.el-dialog__close {
|
color: #fff;
|
font-size: 35px;
|
z-index: 99;
|
}
|
}
|
}
|
}
|
}
|
|
.ztzf-drawer-body-basic-container {
|
.el-drawer__header {
|
margin-bottom: 0;
|
}
|
.el-drawer__body {
|
display: flex;
|
flex-direction: column;
|
|
}
|
|
}
|
.ztzf-el-card__body {
|
|
.el-card__body {
|
.avue-form{
|
padding: 0;}}
|
}
|
.ztzf-public-general-avue-crud {
|
.el-table {
|
tr {
|
min-height: 30px !important;
|
line-height: 30px !important;
|
box-sizing: border-box !important;
|
}
|
|
tr th,
|
tr td {
|
padding: 6px 0 !important;
|
min-height: 30px !important;
|
line-height: 30px !important;
|
box-sizing: border-box !important;
|
|
div.cell {
|
min-height: 30px !important;
|
line-height: 30px !important;
|
}
|
}
|
}
|
}
|
.ztzf-input {
|
.el-input__wrapper {
|
padding: 0 8px !important;
|
// background: #2D2D2D;
|
background-color: transparent !important;
|
box-shadow: none !important;
|
border: 1px solid #fff;
|
|
.el-input__inner {
|
color: #ffffff;
|
|
&::placeholder {
|
color: rgba(255,255,255,0.37);
|
}
|
}
|
}
|
|
&.is-disabled {
|
.el-input__wrapper {
|
background-color: #012a50;
|
}
|
}
|
}
|
.ztzf-button {
|
background-color: transparent !important;
|
color: #fff !important;
|
}
|
.ztzf-el-tree {
|
background-color: transparent !important;
|
--el-tree-node-hover-bg-color:transparent !important;
|
color: #fff !important;
|
}
|
.ztzf-layer-search {
|
background-color: transparent !important;
|
.el-select__wrapper {
|
background-color: transparent !important;
|
}
|
.el-select__popper.el-popper {
|
background-color: transparent !important;
|
}
|
.el-popper.is-light {
|
background-color: transparent !important;
|
}
|
}
|
|
//======以下针对表格功能 增删查改样式和弹窗=========
|
.ztzf-dialog-mange {
|
.el-dialog__body {
|
padding: 2rem 2rem 4rem;
|
flex: 1;
|
overflow: scroll;
|
border-top: 0.1rem solid #f0f0f0;
|
}
|
.el-dialog__footer {
|
z-index: 2;
|
display: block;
|
padding: 1rem 1.6rem;
|
box-sizing: border-box;
|
border-top: 0.1rem solid #f0f0f0;
|
width: 100%;
|
position: absolute;
|
left: 0;
|
bottom: 0;
|
background-color: #fff;
|
text-align: right;
|
}
|
}
|
.ztzf-search-mange {
|
height: 40px;
|
.search-contain {
|
display: flex;justify-content: space-between;
|
}
|
}
|
.ztzf-form-mange {
|
.el-form-item {
|
width: 300px;
|
.el-form-item__content {
|
width: 100%;
|
}
|
.el-form-item__label {
|
width: 120px;
|
}
|
}
|
}
|
|
.ztzf-form-search {
|
.el-form-item {
|
width: 100%;
|
.el-form-item__label {
|
width: 80px;
|
}
|
.el-form-item__content {
|
display: flex;
|
flex: 1;
|
}
|
}
|
}
|
|
.ztzf-table-mange {
|
th.el-table__cell {
|
color: rgba(0, 0, 0, .85);
|
background-color: #fafafa;
|
}
|
}
|
|
.table-view-mange {
|
width: 100%;
|
border-top: 0.1rem solid #ebeef5;
|
border-left: 0.1rem solid #ebeef5;
|
margin-left: 0;
|
margin-right: 0;
|
.el-col {
|
padding-left: 0;
|
padding-right: 0;
|
margin-bottom: 0;
|
height: 32px;
|
line-height: 32px;
|
border-right: 0.1rem solid #ebeef5;
|
text-align: center;
|
align-items: center;
|
.el-input__wrapper {
|
box-shadow: none !important;
|
border-bottom: 0.1rem solid #ebeef5;
|
}
|
}
|
.label {
|
color: #909399;
|
box-sizing: border-box;
|
background: #fafafa;
|
}
|
}
|