From 0bde54101b4a53519a35bcc25986dfcf4554d665 Mon Sep 17 00:00:00 2001 From: tudou <67849921+tudou0806@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:39:17 +0800 Subject: [PATCH] fix notify config page size null (#1157) Co-authored-by: xiaowenjun --- hippo4j-ui/src/views/hippo4j/notify/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/hippo4j-ui/src/views/hippo4j/notify/index.vue b/hippo4j-ui/src/views/hippo4j/notify/index.vue index fb493ad1..5a37d31d 100755 --- a/hippo4j-ui/src/views/hippo4j/notify/index.vue +++ b/hippo4j-ui/src/views/hippo4j/notify/index.vue @@ -400,6 +400,7 @@ export default { alarmType: false, }, visible: true, + size: 500, }; }, created() {