From f0b9d05eee00f388f2707f6b40720d214acb9477 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 26 Oct 2022 19:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AF=BE=E7=A8=8B=E6=94=B6?= =?UTF-8?q?=E8=97=8Ficon=E5=BE=80=E4=B8=8A=E8=B5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/portal-index.scss | 7 +++++++ src/components/Portal/interactBar.vue | 2 +- src/views/Index.vue | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 732b538b..00a2263b 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -703,6 +703,7 @@ } } @media screen and (max-width: 1680px) and (min-width:1367px){ + .portal-input{ width: 280px; } @@ -968,6 +969,9 @@ } @media screen and (max-width: 1920px) and (min-width: 1681px){ + .interact-bar-btns{ + line-height: 30px; + } .portal-input{ width: 290px; } @@ -1217,6 +1221,9 @@ } @media screen and (min-width: 1921px){ + .interact-bar-btns{ + line-height: 30px; + } .btn-user{ width: 80px; } diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index e75a9df9..daf28b67 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -660,7 +660,7 @@ export default { .interact-bar{ // height: 30px; .interact-bar-btns { - line-height: 30px; + // line-height: 30px; display: flex; justify-content: flex-end; .interact-bar-btn { diff --git a/src/views/Index.vue b/src/views/Index.vue index 9a473d3a..80d269b0 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -3,7 +3,7 @@