feat:更新知识库对话框

This commit is contained in:
2026-07-28 19:50:21 +08:00
parent 0d196edd28
commit efa27f126d
10 changed files with 337 additions and 403 deletions

View File

@@ -0,0 +1,17 @@
.common-view {
}
.common-dialog {
--el-dialog-margin-top: 0 !important;
margin: 0 auto !important;
height: 100vh;
display: flex;
flex-direction: column;
.el-dialog__body {
flex-grow: 1;
overflow: auto;
}
}