first commit
This commit is contained in:
43
滴滴淘/admin/src/global.less
Normal file
43
滴滴淘/admin/src/global.less
Normal file
@@ -0,0 +1,43 @@
|
||||
// @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;
|
||||
}
|
||||
Reference in New Issue
Block a user