@aplus-frontend/ui
Version:
85 lines (84 loc) • 1.83 kB
CSS
.reset-component {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
background-color: var(--ap-scrollbar-thumb-color-base);
background-clip: content-box;
border: 1px solid transparent;
border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
display: table;
content: '';
}
.clear-fix::after {
display: table;
clear: both;
content: '';
}
.common-style {
box-sizing: border-box;
font-size: 12px;
font-family: inherit;
}
.common-style::before,
.common-style::after {
box-sizing: border-box;
}
.aplus-ap-label {
display: flex;
flex-direction: column;
align-items: start;
font-size: 14px;
}
.aplus-ap-label__content {
display: flex;
flex-direction: row;
align-items: center;
}
.aplus-ap-label__content .aplus-frontend-icon {
display: flex;
align-items: center;
}
.aplus-ap-label__custom {
margin-top: 2px;
width: 100%;
}
.aplus-ap-label__custom .ant-tag {
height: 24px;
line-height: 24px;
}
.aplus-ap-label__custom .ant-tag-green {
color: #34b77c;
border-color: #34b77c;
background: rgba(52, 183, 124, 0.06);
}
.aplus-ap-label__custom .ant-tag-red {
color: #FF4D4F;
border-color: #FF4D4F;
background: rgba(255, 77, 79, 0.06);
}
.aplus-ap-label__custom .ant-tag-blue {
color: #1890ff;
border-color: #1890ff;
background: rgba(24, 144, 255, 0.06);
}