diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-03 16:32:31 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-03 16:32:31 +0300 |
| commit | 59708d6410a821a2518784c47f8523587fa29e06 (patch) | |
| tree | 4e0996351f8fab3d5e6a8f58f7b77ac3a21f8f02 /web/html/xui/form | |
| parent | be8e78797a044072234868ead28b47e01bec0f7b (diff) | |
bug fix - tgid #2214v2.2.8
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 7bac2185..b84bd193 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -61,7 +61,7 @@ <a-icon type="question-circle"></a-icon> </a-tooltip> </template> - <a-input v-model.trim="client.tgId"></a-input> + <a-input-number style="width: 50%" v-model="client.tgId" min="0"></a-input-number> </a-form-item> <a-form-item v-if="app.ipLimitEnable"> <template slot="label"> |
