修复问题

This commit is contained in:
2024-08-12 19:34:21 +08:00
parent aa479d22fe
commit 4575d12071
12 changed files with 139 additions and 62 deletions

View File

@@ -9,7 +9,7 @@
<a-link @click="viewDetail(record)">{{ record.title }}</a-link>
</template>
</a-table>
<a-modal v-model:visible="detailVisible" fullscreen :footer="false">
<a-modal v-model:visible="detailVisible" width="80%" draggable :footer="false">
<template #title>公告详情</template>
<a-typography :style="{ marginTop: '-30px' }">
<a-typography-title class="text-center">
@@ -55,7 +55,7 @@ getNoticeList()
</script>
<style lang="less" scoped>
.bg-color{
.bg-color {
background-color: var(--color-bg-1);
}
</style>