From 49e8f4b7cb19f828eaec667532e31055e5af1f0e Mon Sep 17 00:00:00 2001 From: sige Date: Tue, 21 May 2024 19:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting/components/History.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index 6e7f33b..0af3ac7 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -366,7 +366,7 @@ const showDetailModal = item => { } .table_wrap { // flex: 1; - width: 3500px; + width: 100%; height: 580px; display: flex; justify-content: space-evenly; @@ -374,7 +374,7 @@ const showDetailModal = item => { overflow: scroll; .table_column { // height: 500px; - // position: relative; + padding : 0 10px; min-height: 500px; .title { height: 80px; @@ -397,6 +397,7 @@ const showDetailModal = item => { .first_box { position: relative; .content { + white-space: nowrap; height: 60px; display: flex; align-items: center;