优化页面
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user