From dbbfb700e4c6cc0c65cbefb8c1fae86e502f4c71 Mon Sep 17 00:00:00 2001 From: flykhan Date: Sun, 12 Mar 2023 10:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=20matchground=20?= =?UTF-8?q?=E7=9A=84=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/MatchGround.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MatchGround.vue b/web/src/components/MatchGround.vue index 2dbfde6..f4a9ab0 100644 --- a/web/src/components/MatchGround.vue +++ b/web/src/components/MatchGround.vue @@ -104,7 +104,7 @@ div.user-select-bot { width: 60vw; height: 70vh; /* 背景色: rgba 加上透明通道 */ - background: rgba(70, 70, 70, 0.5); + /* background: rgba(70, 70, 70, 0.5); */ /* 距上边距40px,左右居中 */ margin: 40px auto; }