瀏覽代碼

修改江门优化

tangning 1 年之前
父節點
當前提交
364f3adc1e
共有 5 個文件被更改,包括 23 次插入9 次删除
  1. 2 1
      .env
  2. 二進制
      public/favicon.ico
  3. 2 2
      src/views/lanUser/list.vue
  4. 18 5
      src/views/sys/login/Login.vue
  5. 1 1
      src/views/sys/login/LoginForm.vue

+ 2 - 1
.env

@@ -2,7 +2,8 @@
 VITE_PORT = 3100
 
 # spa-title
-VITE_GLOB_APP_TITLE = 江门公安
+VITE_GLOB_APP_TITLE = 警用三维实景平台
+
 
 # spa shortname
 VITE_GLOB_APP_SHORT_NAME = 4DAGE

二進制
public/favicon.ico


+ 2 - 2
src/views/lanUser/list.vue

@@ -103,8 +103,8 @@
 
       const columns: BasicColumn[] = [
         {
-          title: '人员编号',
-          dataIndex: 'ryNo',
+          title: '人员ID',
+          dataIndex: 'ryId',
           fixed: 'left',
           width: 60,
         },

+ 18 - 5
src/views/sys/login/Login.vue

@@ -55,11 +55,11 @@
             "
           >
             <div class="title">
-              <div style="font-weight: bold; font-size: 60px; letter-spacing: 12px">
-                <p style="margin-bottom: 0">江门市公安局</p>
-                <span>警用三维实景平台</span>
+              <div class="titleText" style="font-weight: bold; letter-spacing: 12px">
+                <div style="margin-bottom: 0">江门市公安局</div>
+                <div>警用三维实景平台</div>
               </div>
-              <div class="en text-sm font-normal mb-5" style="line-height: 30px; margin-bottom:80px;color:#666">
+              <div class="en text-sm font-normal mb-5 titleSubtext" style="line-height: 30px; margin-bottom:80px;color:#666">
                 <div>Three-Dimensional Police Security Platform for Public Security</div>
                 <div>Bureau of Jiangmen Municipalit</div>
               </div>
@@ -140,7 +140,20 @@
       box-shadow: inherit !important;
     }
   }
-
+  .title {
+    .titleText {
+      font-size: 60px;
+      @media (max-width: @screen-sm) {
+        font-size: 40px;
+      }
+    }
+    .titleSubtext {
+      font-size: 14px;
+      @media (max-width: @screen-sm) {
+        font-size: 12px;
+      }
+    }
+  }
   .@{prefix-cls} {
     min-height: 100%;
     overflow: hidden;

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- <LoginFormTitle v-show="getShow" class="enter-x" /> -->
   <Form
-    class="p-4 enter-x"
+    class="p-4 enter-x m-auto"
     style="max-width: 400px"
     :model="formData"
     :rules="getFormRules"