【优化】聊天 markdown 段落调整

This commit is contained in:
cherishsince 2024-05-14 18:02:07 +08:00
parent 175f9d58ad
commit 3d15eadb5d

View File

@ -64,12 +64,9 @@
<!-- 右顶部 TODO 芋艿右对齐 --> <!-- 右顶部 TODO 芋艿右对齐 -->
<el-header class="header"> <el-header class="header">
<div class="title"> <div class="title">
标题...... {{ useConversation?.title }}
</div> </div>
<div> <div>
<!-- <el-button>3.5-turbo-0125-->
<!-- <Icon icon="ep:setting"/>-->
<!-- </el-button>-->
<el-dropdown style="margin-right: 12px;" @command="modalClick" > <el-dropdown style="margin-right: 12px;" @command="modalClick" >
<el-button type="primary"> <el-button type="primary">
<span v-html="useModal?.name"></span> <Icon icon="ep:setting" style="margin-left: 10px;"/> <span v-html="useModal?.name"></span> <Icon icon="ep:setting" style="margin-left: 10px;"/>
@ -863,7 +860,9 @@ onMounted(async () => {
} }
p { p {
margin-bottom: 1rem !important; //margin-bottom: 1rem !important;
margin: 0;
margin-bottom: 3px;
} }
/* 标题通用格式 */ /* 标题通用格式 */