CN-1445 fix: 修复切换不同知识库的更新页面后,psiphon3的柱状图不能显示的问题

This commit is contained in:
chenjinsong
2023-10-31 18:46:02 +08:00
parent 5b89fca77c
commit 64f376e22a
2 changed files with 49 additions and 10 deletions

View File

@@ -1905,6 +1905,9 @@
&.update-dialog__table--psiphon3 {
height: calc(90vh - 190px - 200px - 50px - 10px);
}
&.update-dialog__table--system-user {
height: calc(100% - 139px);
}
}
.update-knowledge-form {
.el-upload {