Browse Source

修改header样式

gcj 3 years ago
parent
commit
b1299cdc57
3 changed files with 6 additions and 5 deletions
  1. BIN
      src/assets/login/Vector.png
  2. 5 4
      src/components/Header.vue
  3. 1 1
      vue.config.js

BIN
src/assets/login/Vector.png


+ 5 - 4
src/components/Header.vue

@@ -390,12 +390,13 @@ export default {
       align-items: center;
       cursor: pointer;
       img {
-        width: 24px;
+        width: 18px;
+        height: 24px;
       }
       .redDot {
         position: absolute;
         top: 2px;
-        right: 2px;
+        right: -2px;
         width: 6px;
         height: 6px;
         display: inline-block;
@@ -431,7 +432,7 @@ export default {
       }
       > span {
         color: #000000;
-        font-size: 16px;
+        font-size: 20px;
         padding-left: 10px;
         &.languageAR {
           padding: 0 10px 0 0;
@@ -489,7 +490,7 @@ export default {
     display: block;
     > span {
       font-family: "sourceR";
-      font-size: 16px;
+      font-size: 20px;
     }
   }
 }

+ 1 - 1
vue.config.js

@@ -42,7 +42,7 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       // http://mk.wmjh.cn
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://gcls.helxsoft.cn`,
+        target: `https://gcls.helxsoft.cn`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''