172 lines
4.5 KiB
SCSS
172 lines
4.5 KiB
SCSS
.right-box-panel{
|
|
.item-report{
|
|
.form__sub-title{
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
.item-receivers{
|
|
.el-select.el-select--small{
|
|
width: 100%;
|
|
}
|
|
.item-receivers-text{
|
|
font-size: 12px;
|
|
color: $--color-text-secondary;
|
|
padding-left: 5px;
|
|
}
|
|
}
|
|
.el-input--suffix.el-date-editor--datetime .el-input__inner{
|
|
padding-left: 15px;
|
|
}
|
|
.form-items--half-width-group{
|
|
.item-receivers{
|
|
width: 100%;
|
|
.el-select.el-select--small{
|
|
width: 100%;
|
|
}
|
|
}
|
|
.form-item--half-width{
|
|
.el-date-editor.el-date-editor--datetime{
|
|
width: 100%;
|
|
.el-input__inner{
|
|
height: 32px;
|
|
}
|
|
}
|
|
}
|
|
.check-month_box{
|
|
.el-checkbox-group{
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
.el-checkbox-button{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: calc(100% / 7);
|
|
margin-right: -2px;
|
|
margin-bottom: -1px;
|
|
border: 1px solid $--border-color-light;
|
|
.el-checkbox-button__inner{
|
|
border: 0px;
|
|
border-left: 0px !important;
|
|
border-bottom: 0px !important;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: $--background-color-empty;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
.el-checkbox-button.is-checked{
|
|
border: 1px solid #fbb569 !important;
|
|
}
|
|
|
|
.el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
color: #fff;
|
|
border-radius: 0;
|
|
background-color: $--color-primary !important;
|
|
}
|
|
}
|
|
.range-time{
|
|
width: 100%;
|
|
.el-form-item__content{
|
|
height: 41px;
|
|
.el-radio-group{
|
|
height: 100%;
|
|
.el-radio-button{
|
|
border: 1px solid $--border-color-light;
|
|
margin-right: -1px;
|
|
}
|
|
.el-radio-button.is-active{
|
|
border: 1px solid #fbb569 !important;
|
|
border-radius: 0;
|
|
}
|
|
.el-radio-button__inner{
|
|
border: 0;
|
|
height: 100%;
|
|
line-height: 1.5;
|
|
font-size: 14px;
|
|
color: $--color-text-primary;
|
|
}
|
|
}
|
|
.el-checkbox-group{
|
|
height: 100%;
|
|
.el-checkbox-button{
|
|
margin-right: -2px;
|
|
width: calc(100% / 6.9) !important;
|
|
.el-checkbox-button__inner{
|
|
background-color: $--background-color-empty;
|
|
border:1px solid $--border-color-light;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.el-radio-group{
|
|
display: flex;
|
|
border-left: 0;
|
|
.el-radio-button{
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
color: #fff;
|
|
border-radius: 0;
|
|
background-color: $--color-primary !important;
|
|
border: 1px solid $--color-primary !important;
|
|
// margin-right: -1px;
|
|
}
|
|
}
|
|
.form-tabs{
|
|
width: 100%;
|
|
margin-bottom: 0 !important;
|
|
.el-tabs__nav{
|
|
display: flex;
|
|
.el-tabs__item{
|
|
flex: 1;
|
|
}
|
|
.el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
color: #fff;
|
|
border-radius: 0;
|
|
background-color: $--color-primary !important;
|
|
border: 1px solid $--color-primary !important;
|
|
// margin-right: -1px;
|
|
}
|
|
}
|
|
}
|
|
.form-day-week{
|
|
width: 100%;
|
|
.el-input-group__append{
|
|
border: 1px solid $--border-color-light;
|
|
background-color: $--right-box-sub-title-background-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-form-item__content{
|
|
.el-checkbox-button{
|
|
width: calc(100% / 7) !important;
|
|
.el-checkbox-button__inner{
|
|
width: 100%;
|
|
padding: 11px 3px;
|
|
}
|
|
|
|
}
|
|
.el-checkbox-button.is-focus .el-checkbox-button__inner{
|
|
border-color: $--border-color-base;
|
|
}
|
|
|
|
.el-tabs__item.is-top.is-active{
|
|
color: #fff !important;
|
|
background-color: $--color-primary !important;
|
|
}
|
|
.el-radio-button.el-radio-button--small.is-active{
|
|
.el-radio-button__inner{
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|