From baf62a6791edc0a201ad45844335c5e3fb198645 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 27 Dec 2021 18:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E9=AA=8C=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E6=A0=B7=E5=BC=8Fbug=20=E4=BB=A5=E5=8F=8A=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/case/index.vue | 9 +++++++-- src/pages/counter/list/index.vue | 8 ++++---- src/pages/lobbyManager/list/index.vue | 23 +++++++++++++++-------- 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index cd67c02..a009256 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -97,7 +97,10 @@
- + +
@@ -917,6 +920,8 @@ export default { border-bottom: none; } .el-collapse-item__header { + font-size: 17px; + line-height: 0px; border-bottom: none; } .el-tabs__content { @@ -978,7 +983,7 @@ export default { z-index: 1001; } img{ - height: 150px; + height: 200px; cursor: pointer; } } diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index bedf35e..a561187 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -2280,16 +2280,16 @@ export default { flex-direction: column; justify-content: center; align-items: center; - width: 94px; - height: 200px; + width: 80px; + height: 180px; cursor: pointer; z-index: 998; - background: url(../../../assets/img/sth-bg.png) 0 0 / cover no-repeat; + background: url(../../../assets/img/sth-bg.png) 0 0/100% 100% no-repeat; span { width: 30px; margin-bottom: 10px; color: #fff; - font-size: 30px; + font-size: 26px; text-align: center; } .icon { diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue index 21c716d..133e89c 100644 --- a/src/pages/lobbyManager/list/index.vue +++ b/src/pages/lobbyManager/list/index.vue @@ -65,7 +65,7 @@