@aplus-frontend/ui
Version:
83 lines (82 loc) • 1.89 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-info-layout-container {
height: 100%;
background-color: #fff;
border-radius: 4px;
}
.aplus-info-layout-header__contant {
display: flex;
align-items: center;
justify-content: space-between;
}
.aplus-info-layout-header__contant--title {
display: inline-block;
}
.aplus-info-layout-header__contant--actions {
display: inline-block;
}
.aplus-info-layout-contant {
border-bottom-color: #fff;
}
.aplus-ap-info-layout-admin {
margin: 16px;
height: calc(100% - 32px);
overflow: auto;
}
div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky_box {
box-shadow: 0 4px 6px 0 rgba(73, 107, 158, 0.1);
border-bottom: none;
}
.aplus-ap-info-layout-admin__sticky_box {
position: sticky;
top: 0;
z-index: 100;
}
.aplus-ap-info-layout-admin__sticky_box-bordered {
border-bottom: 1px solid #e9e9e9;
}