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 @@