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)" } } }