瀏覽代碼

页面调整

shuhao 6 月之前
父節點
當前提交
7b02148583
共有 4 個文件被更改,包括 28 次插入25 次删除
  1. 1 1
      public/index.html
  2. 25 22
      src/components/fnHeader.vue
  3. 1 1
      src/views/Login.vue
  4. 1 1
      src/views/home/index.vue

+ 1 - 1
public/index.html

@@ -15,7 +15,7 @@
         <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
         <link rel="icon" href="favicon.ico" />
         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/qweather-icons@1.3.0/font/qweather-icons.css">
-        <title>飞鸟智慧巡园平台</title>
+        <title>高州市"AI+低空"智慧农业标准化种植与溯源平台</title>
     </head>
     <body>
         <noscript>

+ 25 - 22
src/components/fnHeader.vue

@@ -2,7 +2,7 @@
     <div class="header">
         <div class="title">
             <img class="logo" src="@/assets/images/common/logo.png" alt="" />
-            <span>飞鸟智慧巡园平台</span>
+            <span>高州市"AI+低空"智慧农业标准化种植与溯源平台</span>
             <img class="logo-icon" src="@/assets/images/common/logo-icon.png" alt="" />
         </div>
         <div class="focus-farm" v-show="!hideSwitch">
@@ -171,27 +171,30 @@ onUnmounted(() => {
     position: relative;
 
     .title {
-        width: 100%;
-        height: 100%;
-        font-size: 24px;
-        letter-spacing: 2px;
-        padding-left: 20px;
-        display: flex;
-        align-items: center;
-        box-sizing: border-box;
-        background: url("@/assets/images/common/header-bg.png") no-repeat center center / 100% 100%;
-        .logo {
-            width: 23px;
-            height: 26px;
-        }
-        .logo-icon {
-            width: 33px;
-            height: 12px;
-        }
-        span {
-            margin: 0 5px;
-            font-family: "PangMenZhengDao";
-        }
+      width: 100%;
+      height: 100%;
+      font-size: 24px;
+      letter-spacing: 2px;
+      padding-left: 20px;
+      display: flex;
+      align-items: center;
+      box-sizing: border-box;
+      background: url("@/assets/images/common/header-bg.png") no-repeat center center / 100% 100%;
+      background-size: 190% 100%;
+      background-position: left center;
+      .logo {
+        width: 23px;
+        height: 26px;
+      }
+      .logo-icon {
+        width: 33px;
+        height: 12px;
+      }
+      span {
+        margin: 0 5px;
+        cursor: pointer;
+        font-family: "PangMenZhengDao";
+      }
     }
     .focus-farm {
         position: absolute;

+ 1 - 1
src/views/Login.vue

@@ -11,7 +11,7 @@
     <div class="head">
       <div class="logo"></div>
       <div class="title">
-        飞鸟智慧果园管理平台
+        高州市"AI+低空"智慧农业标准化种植与溯源平台
       </div>
     </div>
     <div class="ve_container">

+ 1 - 1
src/views/home/index.vue

@@ -2,7 +2,7 @@
     <div class="base-container no-events">
         <fnHeader showDate></fnHeader>
         <div class="content">
-            <navigation @handleTab="handleTab"></navigation>
+            <navigation style="margin-left: 50px" @handleTab="handleTab"></navigation>
             <div class="left yes-events">
                 <tool-list direction="left" :list="leftToolList" @handleActive="handleActiveLeft"></tool-list>
                 <component :is="components[currentComponent]" />