.tooRowSearch1 {
|
position: relative;
|
|
// .avue-form__group {
|
// position: relative;
|
// z-index: 100;
|
// }
|
}
|
.tooRowSearch1 .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
|
width: 240px !important;
|
// width: 264px !important;
|
// position: absolute !important;
|
// right: 0 !important;
|
// top: 126px !important;
|
// z-index: 100 !important;
|
// width: 264px;
|
position: absolute;
|
right: -8px;
|
top: 80px;
|
z-index: 100;
|
.el-button.el-button--text.el-button--small {
|
position: fixed;
|
top: 140px;
|
right: 40px;
|
}
|
}
|
.certificateTJ .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
|
//适配在保安单位情况智能分析中的弹出表格的按钮过下问题
|
top: 57px !important;
|
}
|
.tooRowSearch1 .el-card.is-never-shadow.avue-crud__search {
|
overflow: visible;
|
}
|
|
.smallSize {
|
//设置1366*768中的表格边距
|
//搜索框
|
.el-collapse .el-collapse-item {
|
padding-top: 0px !important;
|
.el-col {
|
margin-top: 2px;
|
margin-bottom: 8px;
|
}
|
.el-form-item--small.el-form-item {
|
margin-bottom: 10px;
|
.el-form-item__label {
|
width: auto !important;
|
}
|
}
|
}
|
.avue-crud__menu {
|
margin-bottom: 0 !important;
|
}
|
//选择选项横条
|
.avue-crud__tip {
|
.avue-crud__tip {
|
margin: 3px 0;
|
}
|
}
|
.el-card__body {
|
//卡片减少padding
|
padding: 8px !important;
|
.el-card__body {
|
padding: 0 8px 8px 8px !important;
|
}
|
}
|
//分页器
|
.avue-crud__pagination {
|
padding: 10px 0 5px 5px;
|
}
|
}
|
|
.normalSize {
|
//设置正常的表格边距
|
//搜索框
|
.el-collapse .el-collapse-item {
|
padding-top: 10px !important;
|
.el-col {
|
margin-bottom: 8px !important;
|
}
|
.el-form-item--small.el-form-item {
|
margin-bottom: 15px;
|
.el-form-item__label {
|
width: auto !important;
|
}
|
}
|
}
|
//选择选项横条
|
.avue-crud__tip {
|
.avue-crud__tip {
|
margin: 6px 0;
|
}
|
}
|
.el-card__body {
|
//卡片减少padding
|
padding: 8px !important;
|
}
|
//分页器
|
.avue-crud__pagination {
|
padding: 15px 0 5px 5px;
|
}
|
}
|
//单独设置 在/traincompany/index页面
|
.exam-card-body-big .el-card__body:nth-child(1) {
|
padding: 11px !important;
|
}
|
|
//单独设置 在/traincompany/index页面
|
.morpheus-box .el-card__body:nth-child(1) {
|
padding: 9px !important;
|
}
|