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

(cherry picked from commit 64f376e22a)
This commit is contained in:
chenjinsong
2023-10-31 18:46:02 +08:00
committed by 陈劲松
parent 29df6ec60e
commit e12d76e2ad
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 {