88 lines
2.0 KiB
SCSS
88 lines
2.0 KiB
SCSS
.el-drawer__body {
|
|
padding: 0 !important;
|
|
}
|
|
.el-tabs__item {
|
|
display: inline-block !important;
|
|
height: var(--el-tabs-header-height);
|
|
line-height: var(--el-tabs-header-height);
|
|
}
|
|
|
|
/*.el-table--border::before, .el-table__border-left-patch {
|
|
width: 0 !important;
|
|
}
|
|
.el-table--border .el-table__inner-wrapper::after, .el-table__inner-wrapper::before {
|
|
height: 0 !important;
|
|
}*/
|
|
|
|
/*.el-select__wrapper {
|
|
min-height: 28px !important;
|
|
}
|
|
.el-input__wrapper {
|
|
height: 28px;
|
|
}
|
|
.el-input--small .el-input__inner {
|
|
height: 28px !important;
|
|
line-height: 28px !important;
|
|
}
|
|
.el-table td.el-table__cell div {
|
|
margin-left: -1px;
|
|
}*/
|
|
.el-table .sort-caret.ascending {
|
|
border-bottom-color: #c0c4cc !important;
|
|
}
|
|
.el-table .ascending .sort-caret.ascending {
|
|
border-bottom-color: #699dc9 !important;
|
|
}
|
|
.el-table .sort-caret.descending {
|
|
border-top-color: #c0c4cc !important;
|
|
}
|
|
.el-table .descending .sort-caret.descending {
|
|
border-top-color: #699dc9 !important;
|
|
}
|
|
.el-radio.el-radio--large {
|
|
height: auto !important;
|
|
}
|
|
.el-radio {
|
|
height: auto !important;
|
|
}
|
|
.el-radio__input.is-checked + .el-radio__label {
|
|
color: $--color-primary !important;
|
|
}
|
|
.el-radio__input.is-checked .el-radio__inner {
|
|
background: $--color-primary !important;
|
|
border-color: $--color-primary !important;
|
|
}
|
|
.el-radio__label {
|
|
padding-left: 10px !important;
|
|
}
|
|
.el-tag {
|
|
min-width: 24px;
|
|
height: 24px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
// .el-popover.el-popper {
|
|
// padding: 0 !important;
|
|
// }
|
|
.my-header-cell-class .el-checkbox__input{
|
|
display: none;
|
|
}
|
|
.el-dialog {
|
|
padding: 0 !important;
|
|
}
|
|
.el-date-table td.end-date .el-date-table-cell__text, .el-date-table td.start-date .el-date-table-cell__text {
|
|
background-color: $--color-primary !important;
|
|
}
|
|
.el-date-table td.available:hover {
|
|
color: $--color-primary !important;
|
|
}
|
|
.el-picker__popper.el-popper {
|
|
margin-top: 8px;
|
|
}
|
|
.el-switch {
|
|
--el-switch-on-color: #38ACD2;
|
|
}
|
|
//.el-button:hover {
|
|
// color: $--color-primary !important;
|
|
// border-color: $--color-primary !important;
|
|
//}
|