PC-20250623MANY\Administrator
2025-09-20 408b743b5ef9affaea95b48d5bea40080dbca34e
src/page/login/login.vue
@@ -26,9 +26,9 @@
    <div class="logins_content">
      <div class="login_forms">
        <div class="top_forms">
          <div class="forms_title">{{ $t("hj27") }}</div>
          <div class="forms_title">{{ $t("hj16") }}</div>
          <el-input
            :placeholder="$t('hj9')"
            :placeholder="$t('请输入电子邮箱')"
            :size="medium"
            v-model="userName"
            clearable
@@ -106,9 +106,13 @@
          lang: "zh-Hant"
        },
        {
          text: "हिंदी",
          lang: "hi"
          text: "中文",
          lang: "zh-CN"
        }
        // {
        //   text: "हिंदी",
        //   lang: "hi"
        // }
      ]
    };
  },
@@ -194,7 +198,7 @@
</script>
<style scoped lang="less">
@green: #c4d600;
@green: #0e7ddd;
@Black1: #13161e;
.login_footer {
@@ -207,7 +211,7 @@
  .tui-first {
    display: flex;
    align-items: center;
    color: #0e7ddd;
    color: @green;
    font-size: 0.4rem;
  }
  .symbol {
@@ -281,8 +285,8 @@
  height: 100vh;
  .left_icon {
    width: 112px;
    height: 32px;
    // width: 112px;
    height: 82px;
  }
  .multilingual {