.table-search-date-group {
|
white-space: nowrap;
|
line-height: 40px;
|
position: relative;
|
z-index: 1;
|
|
.ant-tag {
|
position: relative;
|
cursor: pointer;
|
|
.ant-calendar-picker {
|
cursor: pointer;
|
position: absolute;
|
left: 0;
|
top: 0;
|
bottom: 0;
|
right: 0;
|
opacity: 0;
|
.ant-input {
|
display: none;
|
}
|
.ant-calendar-picker-icon {
|
position: absolute;
|
top: 0;
|
margin: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
width: 100%;
|
height: 100%;
|
}
|
.ant-calendar-picker-input {
|
display: inline-block;
|
height: 28px;
|
}
|
}
|
}
|
.ant-tag.ant-tag-quarter:hover {
|
opacity: 1;
|
}
|
.ant-tag-checkable {
|
border-color: #d1d5d9;
|
border-radius: 2px;
|
margin-right: 2px;
|
padding: 2px 7px;
|
}
|
.ant-tag-checkable-checked {
|
border-color: #1890ff;
|
}
|
.table-search-date-group-value {
|
position: absolute;
|
line-height: 20px;
|
font-size: 12px;
|
bottom: -15px;
|
}
|
}
|
// .group-week-picker {
|
// .ant-calendar {
|
// margin-top: -15px;
|
// }
|
// }
|
@media screen and (min-width: 1600px) {
|
.table-search-date-group {
|
.ant-tag-checkable {
|
padding: 2px 9px;
|
}
|
}
|
}
|
@media screen and (min-width: 1920px) {
|
.table-search-date-group {
|
.ant-tag-checkable {
|
padding: 2px 11px;
|
}
|
}
|
}
|