8000 fix 提示文案居中显示 · laraveladmin-cn/laraveladmin@b209cbf · GitHub
[go: up one dir, main page]

Skip to content

Commit b209cbf

Browse files
committed
fix 提示文案居中显示
1 parent 943c4cd commit b209cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/admin/components/modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<span>×</span></button>
1212
<h4 class="modal-title">{{modal['title']}}</h4>
1313
</div>
14-
<div class="modal-body">
14+
<div class="modal-body text-center">
1515
<p v-html="modal['content']"></p>
1616
</div>
1717
<div class="modal-footer">

0 commit comments

Comments
 (0)
0