refactor: ♻️ eslint 代码规范调整

This commit is contained in:
ray
2024-10-13 10:42:48 +08:00
parent 72eb87d005
commit a4ef6eb696
66 changed files with 376 additions and 376 deletions

View File

@@ -12,12 +12,12 @@
<span>通知公告详情</span>
<div class="dialog-toolbar">
<!-- 全屏/退出全屏按钮 -->
<el-button @click="toggleFullscreen" circle>
<el-button circle @click="toggleFullscreen">
<SvgIcon v-if="isFullscreen" icon-class="fullscreen-exit" />
<SvgIcon v-else icon-class="fullscreen" />
</el-button>
<!-- 关闭按钮 -->
<el-button @click="handleClose" circle>
<el-button circle @click="handleClose">
<template #icon>
<Close />
</template>
@@ -46,7 +46,7 @@
{{ notice.publishTime }}
</el-descriptions-item>
<el-descriptions-item label="公告内容:">
<div v-html="notice.content"></div>
<div v-html="notice.content" />
</el-descriptions-item>
</el-descriptions>
</el-dialog>