From 0ae337924d3547cecb1f2a437ddbd259187bc1de Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 12 Oct 2023 20:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting/components/History.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index 60716ce..8ce8030 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -37,7 +37,10 @@ v-for="(item, index) in historyStore.tableData" :key="index" > -

{{ item.title }}

+ +

{{ item.title }}

+

{{ it }}

@@ -216,15 +219,16 @@ const showDetailModal = item => { z-index: 4; } .table_wrap { - flex: 1; - width: 1220px; + // flex: 1; + width: 3124px; + height: 580px; display: flex; justify-content: space-evenly; align-items: center; overflow: scroll; .table_column { - height: 100%; - position: relative; + // height: 500px; + // position: relative; .title { height: 80px; position: sticky; @@ -239,8 +243,8 @@ const showDetailModal = item => { letter-spacing: 0.07em; color: #999999; white-space: nowrap; - margin: 0 20px; background: #f6f6f6; + width: 100%; z-index: 2; } .first_box {