【优化】AI 角色仓库,分类间距

pull/453/head
cherishsince 2024-05-21 18:21:29 +08:00
parent c06de8095e
commit 15b8ea5a0d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const handleCategoryClick = async (category) => {
.category {
display: flex;
flex-direction: row;
margin-right: 20px;
margin-right: 10px;
}
}
</style>