@aplus-frontend/ui
Version:
144 lines (143 loc) • 3.96 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-form-item--bordered {
box-sizing: border-box;
border: 1px solid var(--ap-border-color-base);
border-radius: 4px;
padding-inline: 8px;
}
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
padding: 0;
}
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
padding-right: 8px;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) {
padding-inline-end: 0;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) .ant-input {
padding-inline-start: 0;
}
.aplus-ap-form-item--bordered .ant-picker {
padding: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input-content > .ant-input-group > .ant-picker-range:nth-child(1) .ant-picker-clear {
inset-inline-end: 0;
}
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
padding-left: 8px;
}
.aplus-ap-form-item--bordered .ant-select-selector {
border-width: 0 ;
box-shadow: none ;
}
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
height: 30px ;
}
.aplus-ap-form-item--bordered:has(.ant-input-number) {
padding-right: 0;
}
.aplus-ap-form-item--bordered:has(.ant-select) {
padding-right: 0px;
}
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
padding-right: 4px;
}
.aplus-ap-form-item--bordered div.ant-form-item-control {
flex: 1 1 0;
min-width: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label {
padding-right: 12px;
height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
margin: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input {
min-height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input .ant-select-single {
height: unset;
}
.aplus-ap-form-item--bordered:hover {
border-color: var(--ap-hover-color-base);
}
.aplus-ap-form-item--bordered:focus {
border-color: var(--ap-active-color-base);
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
width: calc(100% + 12px);
}
.aplus-ap-form-item--disabled {
background-color: var(--color-bg-container-disabled);
}
.aplus-ap-form-item--disabled .ant-select-selector {
background: transparent ;
}
.aplus-ap-form-item--focused {
border-color: var(--ap-active-color-base);
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
font-size: 12px;
line-height: 16px;
}
.aplus-ap-form-item .ant-col .ant-form-item-extra {
line-height: 22px;
min-height: unset;
margin-top: 4px;
margin-bottom: 12px;
}
.aplus-ap-form-item .ant-input-group .ant-picker:only-child {
width: 100%;
}
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
padding-inline: 8px;
flex: 1;
}