Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
30f3c6d4eefb5c009d5c05117736840efb367dde
Authored by
loveumiko
2024-04-16 14:16:36 +0800
1 parent
02e40e95
fix: 修复通知管理查看通知内容时退出再查看没有显示完全
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/notice/manager/viewDetailDrawer.vue
src/views/notice/manager/viewDetailDrawer.vue
View file @
30f3c6d
...
...
@@ -5,7 +5,6 @@
5
5
@register="registerDrawer"
6
6
:showFooter="false"
7
7
:title="descInfo?.title"
8
-
destroyOnClose
9
8
width="70%"
10
9
>
11
10
<div v-html="descInfo?.content"></div>
...
...