1
jhzh
2025-07-19 d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d
src/page/login/components/header.vue
@@ -39,11 +39,11 @@
        {
          text: "English",
          icon: require("@/assets/ico/english.png"),
          lang: "zh-CN",
          lang: "zh-CN"
        },
        { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "en" },
        { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "en" }
        // { text: '繁体中文', icon: require('@/assets/ico/tw.png'), lang: 'tw' }
      ],
      ]
    };
  },
  methods: {
@@ -61,11 +61,11 @@
      } else {
        Toast(data.msg);
      }
    },
    }
  },
  mounted() {
    this.getInfoSite();
  },
  }
};
</script>
@@ -113,15 +113,15 @@
  }
  .right_mess {
    width: 40%;
    // width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    > span {
      margin-right: 1.3rem;
    }
    // > span {
    //   margin-right: 1.3rem;
    // }
  }
  img {
@@ -129,4 +129,4 @@
    height: 50%;
  }
}
</style>
</style>