为后台管理添加菜单栏

This commit is contained in:
2024-01-11 22:57:14 +08:00
parent 8e086129b7
commit dc9d9d9369
9 changed files with 311 additions and 235 deletions

View File

@@ -7,7 +7,7 @@ body {
height: 100vh;
margin: 0;
background-image: url("../static/img/bg_circles.png");
background-repeat: repeat;
background-repeat: repeat;
}
#chat-container {
width: 80%; /* 使用百分比宽度 */