2017-10-28 07:54:12 +00:00
|
|
|
@import "common/var";
|
2017-08-23 10:07:14 +00:00
|
|
|
@import "./date-picker/picker.scss";
|
|
|
|
@import "./date-picker/date-picker.scss";
|
|
|
|
@import "./scrollbar.scss";
|
2017-10-28 07:54:12 +00:00
|
|
|
@import "./popper";
|
2017-08-23 10:07:14 +00:00
|
|
|
|
|
|
|
.time-select {
|
|
|
|
margin: 5px 0;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-select .el-picker-panel__content {
|
|
|
|
max-height: 200px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-select-item {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-size: 14px;
|
2017-09-23 04:46:37 +00:00
|
|
|
line-height: 20px;
|
2017-08-23 10:07:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.time-select-item.selected:not(.disabled) {
|
2017-09-19 14:35:57 +00:00
|
|
|
color: $--color-primary;
|
|
|
|
font-weight: bold;
|
2017-08-23 10:07:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.time-select-item.disabled {
|
|
|
|
color: $--datepicker-border-color;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-select-item:hover {
|
2017-09-19 14:35:57 +00:00
|
|
|
background-color: $--background-color-base;
|
|
|
|
font-weight: bold;
|
2017-08-23 10:07:14 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|