tangning il y a 1 an
Parent
commit
6c90c6c2ae
2 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 12 1
      src/views/sys/login/Login.vue
  2. 1 0
      src/views/sys/login/LoginForm.vue

+ 12 - 1
src/views/sys/login/Login.vue

@@ -10,7 +10,7 @@
     <span class="-enter-x xl:hidden">
       <AppLogo :alwaysShowTitle="true" />
     </span>
-
+    <div class="suoyuan">[ 江门市公安局&五邑大学 ] 联合实验室提供技术支持</div>
     <div class="container relative h-full py-2 mx-auto sm:px-10">
       <div class="flex h-full">
         <div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12">
@@ -246,4 +246,15 @@
     background-repeat: no-repeat;
     background-size: cover;
   }
+  .suoyuan {
+    position: absolute;
+    bottom: 30px;
+    width: 100%;
+    font-size: 14px;
+    font-family: Microsoft YaHei, Microsoft YaHei;
+    font-weight: 400;
+    color: #999999;
+    line-height: 30px;
+    text-align: center;
+  }
 </style>

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

@@ -2,6 +2,7 @@
   <LoginFormTitle v-show="getShow" class="enter-x" />
   <Form
     class="p-4 enter-x"
+    style="max-width: 400px"
     :model="formData"
     :rules="getFormRules"
     ref="formRef"