刷页面loading 不做多操作,优化刷新页面时抖动的情况,搜索prompt大小写适配

This commit is contained in:
w_xiaolizu
2023-06-12 19:07:12 +08:00
parent ac7d82380a
commit b3f9566d19
3 changed files with 6 additions and 4 deletions

View File

@ -43,6 +43,9 @@ textarea {
max-height: 75vh !important;
/* overflow: auto !important; */
z-index: 2;
transform: translateZ(0) !important;
backface-visibility: hidden !important;
will-change: transform !important;
}
#prompt_result{
height: 60vh !important;