From b79c6e3ed72099d8c382403b8058056854b58782 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 28 Mar 2024 00:58:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=81=AE=E7=BD=A9?= =?UTF-8?q?=E5=B1=82=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index af9755d..2dc3ffb 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -631,7 +631,7 @@ function previewHandler(event: MouseEvent) { -->
- +
@@ -804,7 +804,7 @@ function previewHandler(event: MouseEvent) { border-radius: 8px; align-items: center; justify-content: center; - background-color: rgba(102, 102, 102, 0.5); + background-color: rgba(0,0,0,0.48); } .info { @@ -1064,8 +1064,8 @@ function previewHandler(event: MouseEvent) { display: flex; border-radius: 8px; align-items: center; - justify-content: space-around; - background-color: #666666; + justify-content: center; + background-color: rgba(0,0,0,0.48); }