加入需求管理模块。

This commit is contained in:
2023-01-26 00:01:29 +08:00
parent f7da18f679
commit a7f05c10c3
6 changed files with 154 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-17 11:08:18
* @LastEditors: Kane
* @LastEditTime: 2023-01-07 20:54:14
* @LastEditTime: 2023-01-25 23:58:55
* @FilePath: \admin_system\public\index.html
* @Description:
*
@@ -34,10 +34,11 @@
}
body {
overflow: hidden;
overflow: overlay;
width: 100vw;
height: 100vh;
max-height: 100vh;
min-width: 1280px;
}
</style>
</html>