修改字体和ai气泡宽度
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user