From 3251482c5e2a9645af364f7cb66e7db092dffcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 20 Dec 2024 17:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=AD=97=E4=BD=93=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index d3a86b7..7e52b7a 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -176,7 +176,7 @@ const activeStyle = (index) => { .block-item { cursor: pointer; padding: 10px; - background: #ffffff; + // background: #ffffff; border: 1px solid #e6e6e6; box-shadow: 0px 5px 10px 0px #dadeeb; & > div { @@ -203,7 +203,7 @@ const activeStyle = (index) => { align-items: center; justify-content: space-between; font-size: 13px; - color: #333; + color: #909399; } } }