diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-13 16:52:13 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-13 16:52:13 +0300 |
| commit | c855a292cb1cdc80ef71e0861d77c04148e26afd (patch) | |
| tree | 479995e1a61764b50fddaed4f9bd881a7a56239d /web/html/xui/form/protocol/trojan.html | |
| parent | 7cacfc074e0f768ec9663245db3bac6018de1a24 (diff) | |
random sub button
Diffstat (limited to 'web/html/xui/form/protocol/trojan.html')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 5594f47e..28960543 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -9,10 +9,10 @@ <template slot="title"> <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> - <a-icon @click="client.email = RandomUtil.randomText()" type="sync"> </a-icon> </a-tooltip> </span> - <a-input v-model.trim="client.email" style="width: 150px;"></a-input> + <a-icon @click="client.email = RandomUtil.randomText()" type="sync"> </a-icon> + <a-input v-model.trim="client.email" style="width: 200px;"></a-input> </a-form-item> <a-form-item label="Password"> <a-input v-model.trim="client.password" style="width: 150px;"></a-input> @@ -27,7 +27,8 @@ <a-icon type="question-circle" theme="filled"></a-icon> </a-tooltip> </span> - <a-input v-model.trim="client.subId"></a-input> + <a-icon @click="client.subId = RandomUtil.randomText()" type="sync"> </a-icon> + <a-input v-model.trim="client.subId" style="width: 150px;"></a-input> </a-form-item> <a-form-item v-if="client.email"> <span slot="label"> |
