开发: 登录等功能

This commit is contained in:
zhengw
2023-04-07 17:38:15 +08:00
parent f639dc8284
commit 5834254a8f
27 changed files with 1475 additions and 153 deletions

View File

@@ -7,6 +7,7 @@ body,
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
scroll-behavior: smooth;
}
.colorWeak {
@@ -16,6 +17,16 @@ body,
.ant-layout {
min-height: 100vh;
}
.ant-pro-page-container {
min-height: calc(100vh - 55px - 60px);
}
.ant-pro-global-footer {
margin-top: 0;
margin-bottom: 0;
}
.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
left: unset;
}
@@ -35,19 +46,47 @@ ol {
list-style: none;
}
.ant-pro-page-container-children-content,
.ant-page-header {
padding-left: 24px !important;
padding-right: 24px !important;
}
input {
background-clip: text;
-webkit-text-fill-color: #000; // 改变了字体颜色
}
// 部门 树 css
.department-tree .ant-tree-node-content-wrapper {
display: flex;
flex-shrink: 0 !important;
min-width: 0;
flex: 1 !important;
>.ant-tree-title {
display: flex;
width: 100%;
flex: 1 !important;
}
}
@media (max-width: 768px) {
.ant-table {
width: 100%;
overflow-x: auto;
&-thead > tr,
&-tbody > tr {
> th,
> td {
&-thead>tr,
&-tbody>tr {
>th,
>td {
white-space: pre;
> span {
>span {
display: block;
}
}
}
}
}
}