From 0ed5f2da64aaf578b2feaded1ee2b6cf2a6ac217 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 25 Jan 2022 18:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=8B=E6=9C=BA=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E4=B8=8Bnft=20info=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/market/NftInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/market/NftInfo.vue b/src/components/market/NftInfo.vue index 56e2f70..e30436c 100644 --- a/src/components/market/NftInfo.vue +++ b/src/components/market/NftInfo.vue @@ -164,6 +164,7 @@ export default class extends Vue { .info-val { color: #3CF562; width: 60%; + padding-left: 5px; } } }