Spaces:
Sleeping
Sleeping
bug: 修复h5端样式问题 (#431)
Browse files* bug: 优化上传索引文件时空格分割
* bug: 优化上传索引文件时空格分割
* bug: 修复h5端样式问题
- assets/custom.css +1 -1
assets/custom.css
CHANGED
|
@@ -77,7 +77,7 @@ ol:not(.options), ul:not(.options) {
|
|
| 77 |
height: calc(100vh - 140px);
|
| 78 |
}
|
| 79 |
#chuanhu_chatbot .wrap {
|
| 80 |
-
max-height: calc(100vh -
|
| 81 |
}
|
| 82 |
}
|
| 83 |
/* 对话气泡 */
|
|
|
|
| 77 |
height: calc(100vh - 140px);
|
| 78 |
}
|
| 79 |
#chuanhu_chatbot .wrap {
|
| 80 |
+
max-height: calc(100vh - 140px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
| 81 |
}
|
| 82 |
}
|
| 83 |
/* 对话气泡 */
|