فهرست منبع

替换罗湖标识,修改登录页样式

cfort 2 سال پیش
والد
کامیت
b503d03a5b

BIN
src/assets/images/login/bgImg.jpg


+ 1 - 1
src/components/jbd-panel/index.vue

@@ -9,7 +9,7 @@
 <template>
   <div class="jbd-sys-title">
       <!--<span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">金通实验室认证认可LIMS系统V2.0</span>-->
-      <span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">深圳市罗湖医院集团细胞质量检测实验室LIMS系统</span>
+      <span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">金通实验室标准化数智化管理平台</span>
        <span style="float: right; " class="jbd-sys-title-contact">
          </br>
        深圳市金源信通科技有限公司开发 <i style="margin-left: 10px;" class="el-icon-phone"/> 0755-2642-4403

+ 1 - 1
src/router/routes.js

@@ -197,7 +197,7 @@ const frameOut = [
 path: '/ziliao',
 name: 'ziliao',
 meta: {
- title: ' 罗湖实验室管理平台'
+ title: ' 金通实验室标准化数智化管理平台'
 },
 //component: _import('/system/ziliao'),
 component: _import('/component/ziliao'),

+ 1 - 1
src/views/system/blank/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div style="width: 86%;">
           <div style="font-size:32px; font-weight: bold; color:rgb(51, 150, 209); margin-top: 10%;text-align: center;">
-             <img src="./img/logo_MJJC.jpg" width="22%">
+            <img src="./img/jinyuan.png" width="22%">
               </br>
                  <i style="font-size:28px;" :class="'ibps-icon-'+$route.query.icon"></i>
                   {{$route.query.name}}

+ 1 - 1
src/views/system/login/login-info.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="login-info text-white animated fadeInLeft">
-      <el-divider content-position="center"> <h1 class="login-info-title">罗湖实验室信息管理系统</h1></el-divider>
+      <el-divider content-position="center"> <h1 class="login-info-title">金通实验室标准化数智化管理平台</h1></el-divider>
    <!-- <ul class="login-info-list">
       <li class="login-info-item">
         <i class="el-icon-check" /> 集成实验室资源管理、质量管理、检测流程管理等子系统

+ 19 - 17
src/views/system/login/page.vue

@@ -2,13 +2,9 @@
     <div class="jbd-login-page-bg">
         <el-container class="login-container" @keyup.enter="handleLogin">
             <el-main style="width: 100%; height: 100%; overflow: hidden;border: 0;">
-                <div class="">
+                <div class="login-box">
                     <div class="logoTitle">
-                        <h1 class="login-title">
-                            <img src="../../../assets/images/login/logo.jpg" class="logoImg" />
-                            深圳市罗湖医院集团
-                        </h1>
-                        <h1 class="login-title" style="font-size: 52px">细胞质量检测实验室LIMS系统</h1>
+                        金通实验室标准化数智化管理平台
                     </div>
 
                     <div class="jbd-login-page-main">
@@ -62,8 +58,21 @@ export default {
 }
 </script>
 <style>
+.login-box {
+    text-align: center;
+    margin: 0 auto;
+    position: relative;
+    top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%)
+}
+.logoTitle {
+    font-size: 54px;
+    font-weight: 700;
+    color: #01a39e;
+}
 .jbd-login-page-bg {
-    background-image: url('../../../assets/images/login/bgImg.png');
+    background-image: url('../../../assets/images/login/bgImg.jpg');
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
@@ -74,14 +83,13 @@ export default {
 }
 
 .jbd-login-page-main {
-    margin-top: 80px;
-    margin-left: 3%;
-    margin-bottom: 20px;
+    margin: 60px auto 0;
     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
     padding: 30px;
     height: 340px;
     width: 300px;
     background-repeat: no-repeat;
+    background: rgba(255, 255, 255, 1);
     border-radius: 5%;
     box-sizing: border-box;
 }
@@ -96,10 +104,4 @@ export default {
     position: relative;
     top: 5px;
 }
-</style>
-
-<style scoped>
-.logoTitle {
-    margin: 30px;
-}
-</style>
+</style>