优化页面

This commit is contained in:
pengxiaolong
2025-06-20 21:55:09 +08:00
parent 2afc95d531
commit acc81963e9
405 changed files with 1362 additions and 1284 deletions

View File

@@ -7,7 +7,7 @@
]"
>
<div v-if="props.displayType === 'emojiPicker'">
<EmojiPickerDialog />
<!-- <EmojiPickerDialog /> -->
</div>
<div v-else class="barTool">
@@ -50,6 +50,7 @@
/> -->
</div>
<div class="barToolItem">
<!-- ···············································标记··············································· -->
<CustomMessage
v-if="featureConfig.InputCustomMessage"
@onDialogPopupShowOrHide="handleSwiperDotShow"
@@ -66,7 +67,7 @@
@cancel="onUserSelectorCancel"
/>
<popupinvite ref="popupinviteRef" />
<!-- <popupinvite ref="popupinviteRef" /> -->
</div>
</template>
<script setup lang="ts">
@@ -273,7 +274,8 @@ const handleSwiperDotShow = (showStatus: boolean) => {
display: flex;
flex-wrap: wrap;
.barToolItem {
margin-bottom: 10rpx;
margin-bottom: 30rpx;
margin-top: 30rpx;
width: 25%;
}
}