.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: 100px;
|
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 {
|
//设置正常的表格边距
|
//搜索框
|
padding: 0px 6px !important;
|
.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;
|
}
|
|
.clearBottomMargin {
|
margin-bottom: 0px !important;
|
}
|
.avue-main {
|
padding-bottom: 0px !important;
|
}
|
|
$outBorderColor: #709dff;
|
$blackColor: #3457b1;
|
$blackColorBut: #1d5ce4;
|
//表格操作栏
|
.el-tooltip__popper.is-light.caozuolanpopper {
|
padding-left: 0;
|
padding-right: 0;
|
background-color: $blackColor;
|
border: 1px solid $outBorderColor;
|
.el-button {
|
background-color: $blackColor !important;
|
padding-left: 10px;
|
padding-right: 10px;
|
&:hover {
|
background-color: $blackColorBut !important;
|
color: #fff;
|
}
|
}
|
&[x-placement^="bottom"] .popper__arrow {
|
border-bottom-color: $outBorderColor !important;
|
&::after {
|
border-bottom-color: $blackColor !important;
|
}
|
}
|
&[x-placement^="top"] .popper__arrow {
|
border-top-color: $outBorderColor !important;
|
&::after {
|
border-top-color: $blackColor !important;
|
}
|
}
|
}
|
|
.changeBoxs {
|
.el-scrollbar__view:nth-child(1) {
|
overflow: hidden scroll !important;
|
}
|
}
|