Explorar o código

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

cherishsince hai 1 ano
pai
achega
15b8ea5a0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ai/chat/role/RoleCategoryList.vue

+ 1 - 1
src/views/ai/chat/role/RoleCategoryList.vue

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