Browse Source

プロジェック名変更とカラー変更

liuxf 4 months ago
parent
commit
e6e0735fb0

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # ページタイトル
-VITE_APP_TITLE = FC事業部管理システム
+VITE_APP_TITLE = FC管理システム
 
 # 開発環境設定
 VITE_APP_ENV = 'development'

+ 2 - 2
.env.production

@@ -1,10 +1,10 @@
 # ページタイトル
-VITE_APP_TITLE = FC事業部管理システム
+VITE_APP_TITLE = FC管理システム
 
 # プロダクション環境設定
 VITE_APP_ENV = 'production'
 
-# FC事業部管理システム/プロダクション環境
+# FC管理システム/プロダクション環境
 VITE_APP_BASE_API = '/prod-api'
 
 # ビルド時に圧縮を有効にするかどうか、gzipとbrotliをサポート

+ 2 - 2
.env.staging

@@ -1,10 +1,10 @@
 # ページタイトル
-VITE_APP_TITLE = FC事業部管理システム
+VITE_APP_TITLE = FC管理システム
 
 # ステージング環境設定
 VITE_APP_ENV = 'staging'
 
-# FC事業部管理システム/ステージング環境
+# FC管理システム/ステージング環境
 VITE_APP_BASE_API = '/stage-api'
 
 # ビルド時に圧縮を有効にするかどうか、gzipとbrotliをサポート

+ 1 - 1
html/ie.html

@@ -59,7 +59,7 @@
             font-size: 14px;
             line-height: 24px;
             color: #454545;
-            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
+            font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
             overflow-y: scroll
         }
 

+ 1 - 1
index.html

@@ -12,7 +12,7 @@
     <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
     <meta name="robots" content="noindex, nofollow" />
     <link href="/favicon.ico" rel="icon">
-    <title>FC事業部管理システム</title>
+    <title>FC管理システム</title>
     <!--[if lt IE 11]>
     <script>window.location.href = '/html/ie.html';</script>
     <![endif]-->

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "nextosd-fcbi-admin",
   "version": "1.0.0",
-  "description": "FC事業部管理システム",
+  "description": "FC管理システム",
   "author": "YAMADA DENKI CO.,LTD",
   "type": "module",
   "scripts": {

+ 3 - 3
src/assets/styles/index.scss

@@ -22,7 +22,7 @@ body {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
-  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
+  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro",  Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 }
 
 label {
@@ -108,10 +108,10 @@ div:focus {
   }
 }
 .el-menu {
-  background-color: #E82A68 !important;
+  background-color: #0080C7 !important;
 }
 .el-menu-item.is-active {
-  color: #FFF3CD !important;
+  color: #FDD000 !important;
 
 }
 aside {

+ 1 - 1
src/assets/styles/variables.module.scss

@@ -11,7 +11,7 @@ $panGreen: #30B08F;
 // デフォルトテーマ変数
 $menuText: #FFFFFF;
 $menuActiveText: #FFFFFF;
-$menuBg: #E82A68;
+$menuBg: #0080C7;
 $menuHover: #FFFFFF;
 
 // 軽色テーマtheme-light

+ 2 - 2
src/components/RegionNode.vue

@@ -160,8 +160,8 @@ input[type="checkbox"] {
   margin-top: -4px;
 }
 input[type="checkbox"]:checked {
-  background-color: #E82A68;
-  border-color: #E82A68;
+  background-color: #0080C7;
+  border-color: #0080C7;
 }
 
 input[type="checkbox"]:checked::after {

+ 2 - 2
src/layout/components/TagsView/index.vue

@@ -290,9 +290,9 @@ function handleScroll() {
       }
       /*TODO tag标题的字体颜色修正为白色*/
       &.active {
-        background-color: #E82A68;
+        background-color: #0080C7;
         color: #FFFFFF;
-        border-color: #E82A68;
+        border-color: #0080C7;
 
         &::before {
           content: '';

+ 1 - 1
src/store/modules/settings.js

@@ -10,7 +10,7 @@ const useSettingsStore = defineStore(
     {
         state: () => ({
             title: '',
-            theme: storageSetting.theme || '#E82A68',
+            theme: storageSetting.theme || '#0080C7',
             sideTheme: storageSetting.sideTheme || sideTheme,
             showSettings: showSettings,
             topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,

+ 1 - 1
src/views/login.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="login">
     <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">FC事業部管理システム</h3>
+      <h3 class="title">FC管理システム</h3>
       <el-form-item prop="username">
         <el-input
             v-model="loginForm.username"