From 5f92f3cba5e85f92c4d0e11990a80836eb6646b2 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 4 Sep 2023 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Test.vue | 6 +++--- src/pages/Home.vue | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/Test.vue b/src/components/Test.vue index cb44231..7943cf2 100644 --- a/src/components/Test.vue +++ b/src/components/Test.vue @@ -514,7 +514,7 @@ const changeDraughtStatus = flag => { } } .switch_wrap { - padding: 0 17px 0 40px; + padding: 0 17px 0 17px; justify-content: space-between; .btn_wrap { display: flex; @@ -554,7 +554,7 @@ const changeDraughtStatus = flag => { } } .update_wrap { - padding: 0 17px 0 40px; + padding: 0 17px 0 17px; justify-content: space-between; .btn_wrap { width: 184px; @@ -572,7 +572,7 @@ const changeDraughtStatus = flag => { } } .info_wrap { - padding: 0 32px 0 40px; + padding: 0 32px 0 17px; justify-content: space-between; .title { font-family: Source Han Sans CN; diff --git a/src/pages/Home.vue b/src/pages/Home.vue index a42bbb1..5ff9217 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -457,6 +457,14 @@ const handleLogout = () => { padding: 0 10px; position: relative; box-sizing: border-box; + .ip { + font-family: Source Han Sans CN; + font-size: 20px; + font-weight: bold; + line-height: normal; + letter-spacing: 0.06em; + color: #ffffff; + } .time_wrap { display: flex; align-items: center;