du
2025-06-10 230728b8d28b610b5d3042f5ef495a7f4bd45e53
Merge remote-tracking branch 'origin/master'
已修改4个文件
26 ■■■■■ 文件已修改
easegen-front/src/locales/zh-CN.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/Login/Login.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/Login/components/LoginForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/Login/components/LoginFormTitle.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/locales/zh-CN.ts
@@ -369,7 +369,7 @@
    },
    login: {
      backSignIn: '返回',
      signInFormTitle: '登录',
      signInFormTitle: '登 录',
      ssoFormTitle: '三方授权',
      mobileSignInFormTitle: '手机登录',
      qrSignInFormTitle: '二维码登录',
easegen-front/src/views/Login/Login.vue
@@ -4,7 +4,8 @@
      <!-- 左侧图片 -->
      <div class="Left-Area">
        <div class="TitleText">
          <h1>数字人智能交互平台</h1>
          <h1>数字人</h1>
          <h1>智能交互平台</h1>
        </div>
      </div>
      <!-- 右边的登录界面 -->
@@ -90,7 +91,7 @@
}
.bei .BeiArea .Left-Area {
  width: 500px;
  width: 420px;
  height: 450px;
  display: flex;
  justify-content: center;
@@ -100,6 +101,7 @@
.bei .BeiArea .Left-Area .TitleText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@@ -107,13 +109,18 @@
.bei .BeiArea .Left-Area .TitleText h1 {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
.bei .BeiArea .Left-Area .TitleText h1:first-of-type{
  margin-bottom: 20px;
}
.bei .BeiArea .form-box {
  box-sizing: border-box;
  background: #fff;
  /* width: calc(400px + (100vw - 1900px) * 0.5); */
  width: 500px;
  width: 420px;
  height: 450px;
  padding: 20px 40px;
}
@@ -143,13 +150,13 @@
@media ( max-width:1550px ){
  .bei .BeiArea .Left-Area .TitleText h1{
    font-size: 2.4rem !important;
    font-size: 2.6rem !important;
  }
}
@media ( max-width:1050px ){
  .bei .BeiArea .Left-Area .TitleText h1{
    font-size: 2rem !important;
    font-size: 2.6rem !important;
  }
}
easegen-front/src/views/Login/components/LoginForm.vue
@@ -382,7 +382,7 @@
      padding: 20px;
      box-sizing: border-box;
      font-size: 20px;
      margin-top: 10px;
      margin-top: 15px;
    }
  }
}
easegen-front/src/views/Login/components/LoginFormTitle.vue
@@ -3,11 +3,14 @@
.c717a8a{
  color: #717a8a;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 45px;
}
</style>
<template>
  <h2 class="enter-x mb-3 text-2xl font-bold xl:text-3xl c717a8a"  >
  <h2 class="enter-x mb-3 text-2xl xl:text-3xl c717a8a"  >
    {{ getFormTitle }}
  </h2>
</template>