Shan9312 hace 10 meses
padre
commit
2b0beb4ea5
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/login/index.vue

+ 3 - 2
src/views/login/index.vue

@@ -4,7 +4,8 @@
       <div class="new-login-l">
         <div class="imgs">
           <img :src="$t('auth.logo')" alt="" :lang="$i18n.locale">
-         <div class="img-text" :lang="$i18n.locale">TMR TOTAL MIXED RATIONS MANAGEMENT SYSTEM</div>
+         <div class="img-text" :lang="$i18n.locale">TMR MANAGEMENT AND MONITORING SYSTEM</div>
+
         </div>
       </div>
 
@@ -476,7 +477,7 @@ $cursor: #000;
       }
       .img-text {
         width: 100%;
-        font-size: 12px;
+        font-size: 14px;
         font-weight: 600;
         color: #019969;
         text-align: center;