zent
Version:
一套前端设计语言和基于React的实现
17 lines (15 loc) • 374 B
CSS
.zent-date-range-quick-picker__filter {
display: inline-block;
}
.zent-date-range-quick-picker__btn {
color: #155bd4;
color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
margin-left: 16px;
display: inline-block;
font-size: 14px;
cursor: pointer;
box-sizing: border-box;
}
.zent-date-range-quick-picker__btn:first-child {
margin-left: 24px;
}