From 65d7c05e9bfc7bf047a6ee9eea725960f49b229a Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 31 Jul 2024 13:05:36 +0700 Subject: [PATCH] fix --- src/modules/03_logs/components/LogTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/03_logs/components/LogTable.vue b/src/modules/03_logs/components/LogTable.vue index 89fd84f1..2ef05420 100644 --- a/src/modules/03_logs/components/LogTable.vue +++ b/src/modules/03_logs/components/LogTable.vue @@ -506,7 +506,7 @@ onMounted(() => { color: hsl(0 0% 30%); border: 1px solid hsla(0 0% 0% / 0.1); border-radius: 7px; - width: 1250px; + max-width: 60vw; word-wrap: break-word; " > @@ -522,6 +522,7 @@ onMounted(() => { +