first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View 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;
}