feat: 小调整
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
}
|
||||
|
||||
.card-item {
|
||||
width: 130px;
|
||||
min-width: 130px;
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.card-img {
|
||||
|
||||
Reference in New Issue
Block a user