diff options
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/client.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 30bf6566..0ade5241 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -39,7 +39,7 @@ <tr v-if="inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS"> <td>ID <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"></a-icon></td> <td> - <a-input v-model.trim="client.id" style="width: 300px;"></a-input> + <a-input v-model.trim="client.id" style="width: 250px;"></a-input> </td> </tr> <tr v-if="client.email && app.subSettings.enable"> diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index d277df79..1aa53193 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -327,7 +327,7 @@ </td> <td> <a-form-item> - <a-input v-model.trim="inbound.stream.reality.dest" style="width: 300px"></a-input> + <a-input v-model.trim="inbound.stream.reality.dest" style="width: 250px"></a-input> </a-form-item> </td> </tr> @@ -337,7 +337,7 @@ </td> <td> <a-form-item> - <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 300px"></a-input> + <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 250px"></a-input> </a-form-item> </td> </tr> @@ -369,7 +369,7 @@ </td> <td> <a-form-item> - <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 300px"></a-input> + <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 250px"></a-input> </a-form-item> </td> </tr> @@ -380,7 +380,7 @@ <td> <a-form-item> <a-input v-model.trim="inbound.stream.reality.settings.publicKey" - style="width: 300px"></a-input> + style="width: 250px"></a-input> </a-form-item> </td> </tr> |
