Commit 3d15eadb by cherishsince

【优化】聊天 markdown 段落调整

parent 175f9d58
...@@ -64,12 +64,9 @@ ...@@ -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 () => { ...@@ -863,7 +860,9 @@ onMounted(async () => {
} }
p { p {
margin-bottom: 1rem !important; //margin-bottom: 1rem !important;
margin: 0;
margin-bottom: 3px;
} }
/* 标题通用格式 */ /* 标题通用格式 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment