修改样式

This commit is contained in:
yangjun 2025-08-04 15:16:56 +08:00
parent a51b6ec316
commit 41edeab371
1 changed files with 4 additions and 4 deletions

View File

@ -214,19 +214,19 @@
</a-drawer>
<!-- 体型标签 -->
<a-drawer title="体型标签" width="60vw" :open="bodyTagOpen" @close="onBodyTagClose">
<a-drawer title="体型标签" width="60vw" :open="bodyTagOpen" @close="onBodyTagClose" bodyStyle="background: url(../../resource/img/modalback.png);">
<template #footer>
<a-button type="primary" @click="onBodyTagClose" style="float: right;">关闭</a-button>
</template>
<BodyTagList v-if="bodyTagOpen" class="backClass"></BodyTagList>
<BodyTagList v-if="bodyTagOpen" ></BodyTagList>
</a-drawer>
<!-- 情绪标签 -->
<a-drawer title="情绪标签" width="60vw" :open="emotionTagOpen" @close="onEmotionTagClose">
<a-drawer title="情绪标签" width="60vw" :open="emotionTagOpen" @close="onEmotionTagClose" bodyStyle="background: url(../../resource/img/modalback.png);">
<template #footer>
<a-button type="primary" @click="onEmotionTagClose" style="float: right;">关闭</a-button>
</template>
<EmotionTagList v-if="emotionTagOpen" class="backClass"></EmotionTagList>
<EmotionTagList v-if="emotionTagOpen" ></EmotionTagList>
</a-drawer>
<!-- 音频播放 -->