1
PC-20250623MANY\Administrator
2025-09-16 c69ff22bf0f30cf0421e1a38c8619c520861564c
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
@@ -108,7 +108,7 @@
        {
          text: "中文",
          lang: "zh-CN"
        },
        }
        // {
        //   text: "हिंदी",
        //   lang: "hi"
@@ -198,7 +198,7 @@
</script>
<style scoped lang="less">
@green: #c4d600;
@green: #0e7ddd;
@Black1: #13161e;
.login_footer {
@@ -211,7 +211,7 @@
  .tui-first {
    display: flex;
    align-items: center;
    color: #0e7ddd;
    color: @green;
    font-size: 0.4rem;
  }
  .symbol {