Ver código fonte

备案号修改

CfortWang 3 anos atrás
pai
commit
6098557e6e
2 arquivos alterados com 43 adições e 28 exclusões
  1. 16 16
      src/views/system/dashboard/page.vue
  2. 27 12
      src/views/system/login/page.vue

+ 16 - 16
src/views/system/dashboard/page.vue

@@ -106,9 +106,9 @@
             @close="(visible) => (ibpsMessageDialogVisible = visible)"
             @close="(visible) => (ibpsMessageDialogVisible = visible)"
         />
         />
 
 
-        <div class="footer">
+        <!-- <div class="footer">
             <span>© 2022{{ year == '2022' ? '' : `-${year}` }}深圳市金源信通科技有限公司开发 |<a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
             <span>© 2022{{ year == '2022' ? '' : `-${year}` }}深圳市金源信通科技有限公司开发 |<a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
-        </div>
+        </div> -->
     </ibps-container>
     </ibps-container>
 
 
     <!-- <template v-if="initLoading">
     <!-- <template v-if="initLoading">
@@ -611,18 +611,18 @@ export default {
         opacity: 0.1;
         opacity: 0.1;
     }
     }
 }
 }
-.footer {
-    height: 50px;
-    font-size: 12px;
-    display: flex;
-    justify-content: center;
-    align-items: center;
-    text-align: center;
-    a {
-        color: #000;
-        &:hover {
-            text-decoration: underline !important;
-        }
-    }
-}
+// .footer {
+//     height: 50px;
+//     font-size: 12px;
+//     display: flex;
+//     justify-content: center;
+//     align-items: center;
+//     text-align: center;
+//     a {
+//         color: #000;
+//         &:hover {
+//             text-decoration: underline !important;
+//         }
+//     }
+// }
 </style>
 </style>

+ 27 - 12
src/views/system/login/page.vue

@@ -29,15 +29,15 @@
         </el-main>
         </el-main>
         <el-footer style="width: 80%">
         <el-footer style="width: 80%">
             <div class="footer">
             <div class="footer">
-                <hr />
-                <p>
-                    <!--<i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
+                <!-- <p>
+                    <i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
                   <i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
                   <i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
                   <i style="margin-left: 20px;" class="el-icon-phone"/> 400-9919-863
                   <i style="margin-left: 20px;" class="el-icon-phone"/> 400-9919-863
-                  <i style="margin-left: 20px;" class="el-icon-message"/> services@mingjiantech.com-->
-                    <!-- <i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发 -->
-                    <span>© 2022{{ year == '2022' ? '' : `-${year}` }} 深圳市金源信通科技有限公司开发 | <a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
-                </p>
+                  <i style="margin-left: 20px;" class="el-icon-message"/> services@mingjiantech.com
+                  <i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发
+                </p> -->
+                  <span>深圳市明鉴细胞专业技术有限公司 | <a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
+                  <span class="dev"><i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发</span>
             </div>
             </div>
         </el-footer>
         </el-footer>
     </el-container>
     </el-container>
@@ -107,11 +107,26 @@ export default {
     background-repeat: no-repeat;
     background-repeat: no-repeat;
 }
 }
 
 
-.footer {
-    font-size: 12px;
-    text-align: center;
-    a {
-        color: #000;
+.login-container{
+    .footer {
+        height: 50px;
+        font-size: 12px;
+        display: flex;
+        justify-content: center;
+        align-items: center;
+        text-align: center;
+        border-top: 1px solid #666;
+        position: relative;
+        a {
+            color: #000;
+            &:hover {
+                text-decoration: underline !important;
+            }
+        }
+        .dev {
+            position: absolute;
+            right: 0px;
+        }
     }
     }
 }
 }
 </style>
 </style>