feat: 210 AI对话页面文件列表增加分页功能

This commit is contained in:
胡双明
2024-09-10 18:14:34 +08:00
parent c096efb416
commit 97eff6085a
2 changed files with 82 additions and 43 deletions

View File

@@ -66,7 +66,8 @@ html, body {
margin 0;
.el-dialog__body {
max-height 90vh
max-height 80vh
overflow-y auto
}
}
}