feat: 小调整

This commit is contained in:
2026-05-14 15:04:25 +08:00
parent aec288409f
commit e453a78212
2 changed files with 3 additions and 2 deletions

View File

@@ -168,7 +168,7 @@
<template v-else>
<ChatCardOther class="flex flex-justify-center" :text="item.msg">
<ChatGuide v-if="chatMsgList.length > 1" />
<ChatGuide v-if="chatMsgList.length < 2" />
<ActivityListComponent
v-if="
mainPageDataModel.activityList &&

View File

@@ -3,7 +3,8 @@
}
.card-item {
width: 130px;
min-width: 130px;
max-width: 150px;
}
.card-img {