.ourOpen {
|
.el-button.el-button--text.el-button--small {
|
position: absolute;
|
top: -78px;
|
right: 10px;
|
}
|
}
|
// :nth-child(2)
|
.tooRowSearch1 {
|
position: relative;
|
}
|
.tooRowSearch1 .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
|
width: 222px !important;
|
// width: 264px !important;
|
// position: absolute !important;
|
// right: 0 !important;
|
// top: 126px !important;
|
// z-index: 100 !important;
|
// width: 264px;
|
position: absolute;
|
right: 0;
|
top: 91px;
|
z-index: 100;
|
@extend .ourOpen;
|
}
|
.tooRowSearch1 .el-card.is-never-shadow.avue-crud__search {
|
overflow: visible;
|
}
|
|
.oneRowSearch .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
|
width: 222px !important;
|
position: absolute !important;
|
right: 0 !important;
|
top: 91px !important;
|
z-index: 100 !important;
|
}
|
.oneRowSearch .el-card.is-never-shadow.avue-crud__search {
|
overflow: visible;
|
}
|
|
// $varHeight: var(--height-primary); //Sass变量的值从CSS变量里取,间接操作Sass变量
|
// .tablesss .avue-crud {
|
// /deep/ el-table {
|
// height: $varHeight !important;
|
// }
|
// }
|
|
.el-card__body {
|
//卡片减少padding
|
padding: 10px !important;
|
}
|
.avue-crud__pagination {
|
padding: 15px 0 5px 5px;
|
}
|
|
.tooRowSearch .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
|
width: 222px !important;
|
position: absolute !important;
|
right: 0 !important;
|
top: 146px !important;
|
z-index: 100 !important;
|
}
|
|
.tooRowSearch .el-card.is-never-shadow.avue-crud__search {
|
overflow: visible;
|
}
|