Browse Source

金融职业改名字

plg 3 weeks ago
parent
commit
e633a450a0
2 changed files with 5 additions and 5 deletions
  1. 2 1
      index.html
  2. 3 4
      src/components/CpmdHeader.vue

+ 2 - 1
index.html

@@ -5,7 +5,8 @@
   <meta charset="UTF-8">
   <link rel="icon" href="/favicon.png">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>高知人员心理压力测评系统</title>
+  <title>金融行业职工心理健康测评系统</title>
+
 </head>
 
 <body>

+ 3 - 4
src/components/CpmdHeader.vue

@@ -106,8 +106,8 @@ const leaveFun = () => {
                     <!-- <img style="width: 20vw;" src="../assets/home/group_title.png" alt=""> -->
                     <div style="display: flex;flex-direction: column;margin-left:6px">
                         <span style="color: #ffffff;font-size: 26px;font-weight: 100;">
-                            高知人员心理压力测评系统</span>
-                        <span style="color: #ffffff;font-weight: 100;font-size: 14px;">Knowledgeable personnel
+                            金融行业职工心理健康测评系统</span>
+                        <span style="color: #ffffff;font-weight: 100;font-size: 14px;">Financial industry staff
                             psychological assessment
                             system</span>
                     </div>
@@ -426,8 +426,7 @@ const leaveFun = () => {
             font-weight: normal;
             font-size: 20px;
             color: #333333;
-            line-height: 26px
-        }
+            line-height: 26px       }
     }
 
 }