diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-27 18:28:35 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-27 18:32:23 +0300 |
| commit | e827c1477c895a0714e2cb1c8139df89478efb0d (patch) | |
| tree | adca003cd396de5004064be7076906336607d0e6 /web/html/xui/fakedns_modal.html | |
| parent | b827a4680d9a96e3c2d3ea6376de0685349cdc38 (diff) | |
better design - OCPD Problem
Diffstat (limited to 'web/html/xui/fakedns_modal.html')
| -rw-r--r-- | web/html/xui/fakedns_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/fakedns_modal.html b/web/html/xui/fakedns_modal.html index c3abe5d5..1429b686 100644 --- a/web/html/xui/fakedns_modal.html +++ b/web/html/xui/fakedns_modal.html @@ -2,7 +2,7 @@ <a-modal id="fakedns-modal" v-model="fakednsModal.visible" :title="fakednsModal.title" @ok="fakednsModal.ok" :closable="true" :mask-closable="false" :ok-text="fakednsModal.okText" cancel-text='{{ i18n "close" }}' :class="themeSwitcher.currentTheme"> - <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> + <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label='{{ i18n "pages.xray.fakedns.ipPool" }}'> <a-input v-model.trim="fakednsModal.fakeDns.ipPool"></a-input> </a-form-item> |
