Files
CompanyProject/滴滴淘/admin/src/global.less
2024-09-27 01:32:49 +08:00

44 lines
756 B
Plaintext

// @import './assets/less/index.less';
#root {
height: 100%;
width: 100%;
}
.items {
margin-left: 20px;
background: #fff;
padding: 20px;
box-sizing: border-box;
margin-bottom: 25px;
}
.cTitle {
color: #000;
margin-bottom: 25px;
font-size: 15px;
}
.rtitle {
display: flex !important;
align-items: center;
justify-content: center;
}
.ant-layout-sider-trigger {
background-color: #333 !important;
}
.ant-layout-sider {
position: fixed !important;
left: 0;
top: 50px;
height: 100%;
z-index: 999;
}
.ant-layout-content {
padding-left: 200px !important;
}
.ant-layout-header {
height: 50px !important;
line-height: 50px !important;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
background: #252525 !important;
}