From 54111f73d88dd3525bbd9814af6a35d3d1952fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Tue, 16 Apr 2024 16:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E8=B5=B7=E8=93=9D=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/styles.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/store/modules/styles.js b/src/store/modules/styles.js index 85c86d9..d387e86 100644 --- a/src/store/modules/styles.js +++ b/src/store/modules/styles.js @@ -8,24 +8,24 @@ const store = { state: { data:{ "theme":{ - "primary-color":"rgba(184, 68, 13, 1)" + "primary-color":"rgba(33, 56, 207, 1)" }, "title":{ - "text":"立体库智能视觉系统", + "text":"北起院立库盘点系统", "style":{ "color":"rgba(255, 255, 255, 1)", - "background-color":"rgba(163, 60, 12, 1)", + "background-color":"rgba(6, 87, 207, 1)", "font-size":"24px" } }, "menu":{ "default":{ "color":"rgba(230, 224, 224, 1)", - "background-color":"rgba(163, 60, 12, 1)" + "background-color":"rgba(6, 87, 207, 1)" }, "select":{ "color":"rgba(255, 255, 255, 1)", - "background-color":"rgba(184, 68, 13, 1)" + "background-color":"rgba(33, 56, 207, 1)" } } }