Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-03 22:49:55 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-03 22:49:55 +0300
commita784a9480691aa4671a07e3bbfc65909713f04a3 (patch)
treefc7782e34bdade60a013fcd79f7446aedb68ed9a /web/html/login.html
parent8ba46a99baed9d6c7475076e2bf79e757929b241 (diff)
fixed login view - mobile
Diffstat (limited to 'web/html/login.html')
-rw-r--r--web/html/login.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 5138f15e..4218793c 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -63,25 +63,21 @@
<a-form-item>
<a-row justify="center" class="selectLang">
- <a-col :span="4"><span>Language : </span></a-col>
+ <a-col :span="5"><span>Language :</span></a-col>
- <a-col :span="6">
+ <a-col :span="7">
<a-select
ref="selectLang"
v-model="lang"
@change="setLang(lang)"
>
- <a-select-option :value="l.value" label="China" v-for="l in supportLangs" >
+ <a-select-option :value="l.value" label="English" v-for="l in supportLangs" >
<span role="img" aria-label="l.name" v-text="l.icon"></span>
&nbsp;&nbsp;<span v-text="l.name"></span>
</a-select-option>
</a-select>
</a-col>
-
</a-row>
-
-
-
</a-form-item>
</a-form>
</a-col>