修改字体和ai气泡宽度

This commit is contained in:
2026-07-10 09:12:44 +08:00
parent f0c8904d33
commit e48a71cbc5
2 changed files with 55 additions and 0 deletions

View File

@@ -1253,4 +1253,14 @@
<style lang="scss" scoped>
@import "./chat.css";
</style>
<!-- v-html 渲染的 markdown 内容无法被 scoped 样式命中需非 scoped 样式块 -->
<style lang="scss">
.chat-content {
h1 { font-size: 36rpx; line-height: 1.4; margin: 16rpx 0 10rpx; }
h2 { font-size: 32rpx; line-height: 1.4; margin: 14rpx 0 8rpx; }
h3 { font-size: 30rpx; line-height: 1.4; margin: 12rpx 0 8rpx; }
h4, h5, h6 { font-size: 28rpx; line-height: 1.5; margin: 10rpx 0 6rpx; }
}
</style>