(feature)(webapp) add filter modify and similar questions (#213)

This commit is contained in:
williamhliu
2023-10-13 18:31:00 +08:00
committed by GitHub
parent ab19b18169
commit 767abc2b90
27 changed files with 799 additions and 795 deletions

View File

@@ -10,6 +10,10 @@
box-sizing: border-box;
}
.chatDemo {
height: 100%;
.copilotDemo {
padding: 20px;
}
.chatDemo {
height: 100vh;
}