From 4cf4c9fbe8afe446018cfbd245d1c16f44283eb2 Mon Sep 17 00:00:00 2001 From: duan Date: Thu, 11 Aug 2022 18:15:16 +0800 Subject: [PATCH] =?UTF-8?q?style(src/views/home):=20=E4=BF=AE=E6=94=B9home?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E5=AD=97=E6=8F=8F=E8=BF=B0=E4=B8=BA?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++++ src/views/home/index.vue | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index fbc8861..4d14f11 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -93,3 +93,7 @@ div:focus { margin-top: 1rem; } +.el-tooltip__popper{ + max-width: 50%; +} + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 99df898..dff44d9 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -2,7 +2,7 @@
-
RMS后台管理系统
+
@@ -49,9 +49,10 @@ export default { } } .home-top-mid{ - font-size: 3rem; - font-weight: 800; - color: #303133; + margin-right: 11.25rem; + img{ + width: 31.25rem; + } } .home-top-right{ img{