tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
35 lines • 689 B
text/less
.tnt-queryform-field-popover {
min-width: 280px;
.ant-popover-inner-content {
padding: @padding-sm 0;
}
.ant-calendar-picker {
margin: @margin-xxs 0;
}
label {
color: tint(@text-color, 50%);
margin-bottom: @margin-xs;
display: block;
padding: 0 @padding-sm;
}
.ant-select-dropdown-menu {
&-item {
padding: @padding-xxs @padding-sm;
&:hover {
background-color: @bg-color-quaternary;
}
}
}
&-content {
padding: @padding-xxs @padding-sm;
}
.ant-select-selected-icon {
position: absolute;
right: @margin-base;
top: @margin-xs;
color: @blue-6;
}
.tnt-highlight {
color: @blue-6;
}
}