加入图标,开始加入vuex

This commit is contained in:
2023-01-08 00:03:51 +08:00
parent 3eadf4a27a
commit 922fb4ca4a
5 changed files with 55 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-17 11:08:18
* @LastEditors: Kane
* @LastEditTime: 2023-01-05 16:26:49
* @LastEditTime: 2023-01-07 20:54:14
* @FilePath: \admin_system\public\index.html
* @Description:
*
@@ -35,6 +35,9 @@
body {
overflow: hidden;
width: 100vw;
height: 100vh;
max-height: 100vh;
}
</style>
</html>