浏览代码

【优化】角色仓库底部留空

cherishsince 1 年之前
父节点
当前提交
0fef28e4a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/ai/chat/role/RoleList.vue

+ 1 - 0
src/views/ai/chat/role/RoleList.vue

@@ -123,6 +123,7 @@ onMounted(() => {
   height: 100%;
   overflow: auto;
   padding: 0px 25px;
+  padding-bottom: 140px;
   align-items: start;
   align-content: flex-start;
   justify-content: start;