From 88f263bce840bbeb23c06e99abe4997f7b522696 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 13 Dec 2021 20:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=B8=8A=E7=9A=84=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BigImgCell/index.vue | 3 +++ src/components/DlcCell/index.vue | 14 +++++++++----- src/components/GameSmallCell/index.vue | 14 ++++++++++---- src/manifest.json | 2 +- src/pages/index/index.vue | 13 ++++--------- src/pages/info/index.vue | 19 +++++++++++-------- src/pages/list/index.vue | 6 ++++-- 7 files changed, 42 insertions(+), 29 deletions(-) diff --git a/src/components/BigImgCell/index.vue b/src/components/BigImgCell/index.vue index 00be318..4bd2e62 100644 --- a/src/components/BigImgCell/index.vue +++ b/src/components/BigImgCell/index.vue @@ -111,6 +111,9 @@ export default class extends Vue{ .tag-list .uni-tag { margin-right: 5px; } +uni-tag { + margin-right: 5px; +} .cover-content { position: absolute; bottom: 0; diff --git a/src/components/DlcCell/index.vue b/src/components/DlcCell/index.vue index d6d8f5e..80814cf 100644 --- a/src/components/DlcCell/index.vue +++ b/src/components/DlcCell/index.vue @@ -1,7 +1,10 @@