@aplus-frontend/ui
Version:
117 lines (116 loc) • 2.97 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-field-checkbox--vertical {
display: inline-block;
}
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
display: flex;
margin-block-end: 12px;
}
.aplus-field-checkbox .ant-checkbox-disabled + span {
color: unset;
}
.aplus-field-number-label-left {
padding-right: 4px;
}
.aplus-field-number-label-right {
padding-left: 4px;
}
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
display: flex;
margin-block-end: 12px;
}
.aplus-field-radio .ant-radio-wrapper-disabled {
color: unset;
}
.aplus-field-text-area {
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}
.aplus-batch-input-group-popover-input {
display: inline-flex;
align-items: center;
}
.aplus-batch-input-group-popover-input-trigger-icon {
cursor: pointer;
font-size: 16px;
color: var(--ap-text-color-1);
line-height: 0;
}
.aplus-batch-input-group-popover-input-trigger-icon:hover {
color: var(--ap-color-primary);
}
.aplus-batch-input-group-popover-input-trigger-icon--disabled {
cursor: not-allowed;
color: var(--batch-input-group-trigger-color-disabled, rgba(24, 41, 72, 0.25));
}
.aplus-batch-input-group-popover-input-trigger-icon--disabled:hover {
color: var(--batch-input-group-trigger-color-disabled, rgba(24, 41, 72, 0.25));
}
.aplus-batch-input-group-popover-input__popover {
width: 100%;
left: var(--aplus-batch-input-group-popover-left) ;
right: var(--aplus-batch-input-group-popover-right) ;
min-width: 300px;
}
.aplus-batch-input-group-popover-input__popover .ant-popover-arrow {
display: none;
}
.aplus-batch-input-group-popover-input__popover .ant-popover-inner {
padding: 0;
}
.aplus-batch-input-group-popover-input__popover--content {
padding: 12px;
}
.aplus-batch-input-group-popover-input__popover--content textarea {
padding: 0;
resize: none;
}
.aplus-batch-input-group {
position: relative;
}