From 0c2c6ff6bf65fe5c0349f401f3e12385e154ea13 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sun, 20 Apr 2025 15:34:54 +0800 Subject: [PATCH] =?UTF-8?q?style:footer=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 2f8cb48..5aedb0d 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -1062,6 +1062,7 @@ watch( position: relative; bottom: 0; margin-top: auto; + background: #f5f7fa; > *:first-child { margin-right: auto; @@ -1101,7 +1102,7 @@ watch( text-overflow: ellipsis; &.Info { color: #333; - background-color: #f5f5f5; + background-color: #ddd; } &.Warn { color: #fa9d3b;