chutingting 1 rok temu
rodzic
commit
32efebeb00
1 zmienionych plików z 7 dodań i 7 usunięć
  1. +7
    -7
      src/views/login/index.vue

+ 7
- 7
src/views/login/index.vue Wyświetl plik

@@ -136,7 +136,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.register")
title + " " + $t("login.register")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -250,7 +250,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.register")
title + " " + $t("login.register")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -318,7 +318,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.forgetPwdTitle")
title + " " + $t("login.forgetPwdTitle")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -403,7 +403,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.resetPassword")
title + " " + $t("login.resetPassword")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -524,7 +524,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.setNewPwd")
title + " " + $t("login.setNewPwd")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -619,7 +619,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.login")
title + " " + $t("login.login")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"
@@ -716,7 +716,7 @@
> >
<div class="flex text-white items-center"> <div class="flex text-white items-center">
<span class="flex-1 text-center">{{ <span class="flex-1 text-center">{{
$t("login.title") + " " + $t("login.setInvitatioCode")
title + " " + $t("login.setInvitatioCode")
}}</span> }}</span>
<el-tooltip <el-tooltip
class="box-item" class="box-item"


Ładowanie…
Anuluj
Zapisz