@vrx-arco/pro-layout
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
107 lines (86 loc) • 1.87 kB
CSS
.vrx-arco-pro-layout-navbar {
background-color: var(--color-bg-2);
justify-content: space-between;
height: 100%;
padding-left: 20px;
padding-right: 20px;
display: flex;
}
.vrx-arco-pro-layout-navbar__left-side, .vrx-arco-pro-layout-navbar__right-side {
display: flex;
}
.vrx-arco-pro-layout-navbar__left-side {
justify-content: center;
align-items: center;
}
.vrx-arco-pro-layout-navbar__center-content {
flex: 1;
min-width: 0;
}
.vrx-arco-pro-layout-navbar__left-side--smaller {
cursor: pointer;
color: var(--color-text-2);
margin-left: 20px;
font-size: 22px;
}
.vrx-arco-pro-layout {
background-color: var(--color-bg-2);
height: 100%;
}
.vrx-arco-pro-layout__header {
border-bottom: 1px solid var(--color-border);
height: 64px;
}
.vrx-arco-pro-layout__wrap {
height: 100%;
}
.vrx-arco-pro-layout__content {
background-color: var(--color-fill-2);
min-height: 0;
}
.vrx-arco-pro-layout__wrap-container {
min-height: 0;
}
.vrx-arco-pro-layout__spin {
width: 100%;
height: 100%;
}
.vrx-arco-pro-layout__smaller-menu-drawer .arco-drawer {
background-color: var(--color-menu-light-bg);
}
.vrx-arco-pro-layout__menu-scrollbar {
height: 100%;
}
.vrx-arco-pro-layout__menu-scrollbar .arco-scrollbar-container {
height: 100%;
overflow: auto;
}
.vrx-arco-page-wrapper {
flex-direction: column;
height: 100%;
display: flex;
}
.vrx-arco-page-wrapper__header {
padding: 16px 20px;
}
.vrx-arco-page-wrapper__content {
flex: 1;
min-height: 0;
padding: 0 20px 16px;
}
.vrx-arco-page-wrapper__content--scrollbar {
flex: 1;
min-height: 0;
}
.vrx-arco-page-wrapper__scrollbar {
box-sizing: border-box;
height: 100%;
padding: 0 20px 16px;
overflow-y: auto;
}
.vrx-arco-page-wrapper__scrollbar--out {
height: 100%;
}
.vrx-arco-page-wrapper__breadcrumb-item {
cursor: pointer;
}