From 5313d8736c40de0693f89dce77cb93e9983b5ace Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 01 九月 2023 14:30:21 +0800
Subject: [PATCH] 添加 角色列表中英文json包
---
CanadaMes-ui/src/views/login/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CanadaMes-ui/src/views/login/index.vue b/CanadaMes-ui/src/views/login/index.vue
index 8f6f52a..b34532b 100644
--- a/CanadaMes-ui/src/views/login/index.vue
+++ b/CanadaMes-ui/src/views/login/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="login_container">
- <div class="system_title">{{ $t('systemTitle') }}</div>
+ <div class="system_title" >{{ $t('northglassMESsystem') }}</div>
<div class="login_box">
<!--澶村儚鍖哄煙-->
<!-- <div class="avatar_box">
@@ -139,7 +139,8 @@
font-weight: bold;
text-align: center;
margin-bottom: 20px;
- top:50px;
+ position: relative; top: 100px;
+
}
.btns {
display: flex;
--
Gitblit v1.8.0