fix: 样式调整

This commit is contained in:
dataeaseShu 2024-12-27 18:06:07 +08:00 committed by fit2cloud-chenyw
parent 45f49eeadc
commit 9a8cca69c0

View File

@ -403,7 +403,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
position: relative;
overflow-y: auto;
padding-bottom: 60px;
max-height: 100%;
max-height: calc(100% - 75px);
}
.question-input {
min-height: 47px;