From 81b0c822a42acf5c2f3514a5a5df9fccbda2cb08 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 4 Sep 2023 12:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Audit.vue | 70 +++++++++++++++++++++++++++++++++++++++++++++++- src/pages/Home.vue | 1 - 2 files changed, 69 insertions(+), 2 deletions(-) diff --git a/src/components/Audit.vue b/src/components/Audit.vue index 26fca82..566f13f 100644 --- a/src/components/Audit.vue +++ b/src/components/Audit.vue @@ -1,5 +1,18 @@ @@ -11,5 +24,60 @@ box-sizing: border-box; background: #ffffff; border-radius: 16px; + .header_wrap { + display: flex; + align-items: center; + justify-content: space-between; + height: 80.29px; + background: #f6f6f6; + border-radius: 16px 16px 0px 0px; + padding: 0 89.43px; + box-sizing: border-box; + font-family: Source Han Sans CN; + font-size: 18px; + font-weight: normal; + line-height: normal; + letter-spacing: 0.07em; + color: #999999; + } + .content_wrap { + height: 499.71px; + overflow: scroll; + .line { + padding: 23px; + padding-left: 40px; + font-family: Source Han Sans CN; + font-size: 18px; + font-weight: normal; + line-height: normal; + letter-spacing: 0.07em; + color: #191919; + display: flex; + align-items: center; + justify-content: space-between; + border-bottom: 1px solid #f6f6f6; + .username { + width: 160px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + text-align: center; + } + .oper { + width: 550px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + text-align: center; + } + .time { + width: 200px; + overflow: hidden; + text-align: center; + white-space: nowrap; + text-overflow: ellipsis; + } + } + } } diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 384e248..c381b03 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -253,7 +253,6 @@ -