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>2025-01-05 22:41:56 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-05 23:04:18 +0300
commit49d3957c07bf23fdd3860b0d831104ef9d961a52 (patch)
tree2fc37b5c4c57cf716e3226483347bd87e58eb162 /web/html/xui/fakedns_modal.html
parentee946ceab20def23a4ef2188271a297725ec4909 (diff)
bug fix
Diffstat (limited to 'web/html/xui/fakedns_modal.html')
-rw-r--r--web/html/xui/fakedns_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/fakedns_modal.html b/web/html/xui/fakedns_modal.html
index 1429b686..1b4dbe77 100644
--- a/web/html/xui/fakedns_modal.html
+++ b/web/html/xui/fakedns_modal.html
@@ -7,7 +7,7 @@
<a-input v-model.trim="fakednsModal.fakeDns.ipPool"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "pages.xray.fakedns.poolSize" }}'>
- <a-input-number style="width: 100%;" type="number" min="1" v-model.trim="fakednsModal.fakeDns.poolSize"></a-input-number>
+ <a-input-number v-model.number="fakednsModal.fakeDns.poolSize" :min="1"></a-input-number>
</a-form-item>
</a-form>
</a-modal>