fixed styles

This commit is contained in:
RockYang
2024-08-19 06:42:53 +08:00
parent ad6da0d320
commit 2499bd9ad3
3 changed files with 253 additions and 294 deletions

View File

@@ -184,11 +184,13 @@
>
<div class="notice">
<div v-html="notice"></div>
<p style="text-align: right">
<el-button @click="notShow" type="success" plain>我知道了不再显示</el-button>
</p>
</div>
<template #footer>
<span class="dialog-footer">
<el-button @click="notShow" type="success" plain>我知道了不再显示</el-button>
</span>
</template>
</el-dialog>
<ChatSetting :show="showChatSetting" @hide="showChatSetting = false"/>