Explorar el Código

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

cherishsince hace 1 año
padre
commit
15b8ea5a0d
Se han modificado 1 ficheros con 1 adiciones y 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>