You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
889 B
CSS

.app_page_wrap {
height: calc(100vh);
padding: 16px 0 16px 14px;
/* TODO 替换整体页面背景图 */
background-color: #ebeff3;
}
.app_page_wrap .ant-pro-layout .ant-pro-layout-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
padding: 0 !important;
background-color: transparent;
padding-inline: 0 !important;
}
.app_page_wrap .page_body {
width: calc(100vw - 160px);
}
.app_page_wrap .page_body .body_nav_bar {
position: absolute;
top: 28px;
right: 40px;
z-index: 999;
min-width: 100px;
height: 50px;
}
.app_page_wrap .page_body .body_nav_bar .avatar_box > img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.ant-pro-layout .ant-pro-layout-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
background-color: transparent;
padding-block: 0;
padding-inline: 0;
}