Browse Source

公告页左上角logo取消;情绪大模型ai回答靠左的问题;

dev
宋杰 1 day ago
parent
commit
05b4f2e230
  1. 2
      src/views/AiEmotion.vue
  2. 6
      src/views/homePage.vue

2
src/views/AiEmotion.vue

@ -4098,6 +4098,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl
height: 40px; height: 40px;
object-fit: contain; object-fit: contain;
margin-top: 5px; margin-top: 5px;
margin-left: 10px;
border-radius: 8px; border-radius: 8px;
animation: float 2s ease-in-out infinite; animation: float 2s ease-in-out infinite;
} }
@ -4163,6 +4164,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
padding: 20px 30px; padding: 20px 30px;
padding-left: 0px;
border-radius: 15px; border-radius: 15px;
text-align: left; text-align: left;
margin-right: auto; margin-right: auto;

6
src/views/homePage.vue

@ -932,10 +932,10 @@ onUnmounted(() => {
> >
<el-header class="homepage-head"> <el-header class="homepage-head">
<!-- logo --> <!-- logo -->
<div class="homepage-logo">
<!-- <div class="homepage-logo">
<img :src="logo" alt="图片加载失败" class="logo1" /> <img :src="logo" alt="图片加载失败" class="logo1" />
<!-- <img :src="madeInHL" alt="图片加载失败" class="logo2" /> -->
</div>
<img :src="madeInHL" alt="图片加载失败" class="logo2" />
</div> -->
<div class="homepage-right-group"> <div class="homepage-right-group">
<div class="count-badge" @click="showCount"> <div class="count-badge" @click="showCount">

Loading…
Cancel
Save