From ca4f2c4a8e2a87a70cd00faf1313e7ae7af7117c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Dec 2024 13:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/login-log/detail.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/system/login-log/detail.vue b/src/views/system/login-log/detail.vue index fedbb8ca..f8890f5b 100644 --- a/src/views/system/login-log/detail.vue +++ b/src/views/system/login-log/detail.vue @@ -49,6 +49,8 @@ export default { title: this.$t('system:loginLog:dialog:title'), width: '500px', top: '10vh', + appendToBody: true, + bodyStyle: `min-height: 100px; max-height: 650px;overflow-y: auto;padding: 10px;border: 1px solid #e0e0e0;`, } }, }, @@ -86,4 +88,9 @@ export default { }, }, } - \ No newline at end of file + + \ No newline at end of file