mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 样式调整
This commit is contained in:
parent
45f49eeadc
commit
9a8cca69c0
@ -403,7 +403,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
max-height: 100%;
|
max-height: calc(100% - 75px);
|
||||||
}
|
}
|
||||||
.question-input {
|
.question-input {
|
||||||
min-height: 47px;
|
min-height: 47px;
|
||||||
|
Loading…
Reference in New Issue
Block a user