diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-12 19:33:29 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-12 19:34:01 +0300 |
| commit | e300fbc7cb18acd7239844c9ac7aac698dbd7cb5 (patch) | |
| tree | ca08fbd42bbe6f2d61ff3694913be3bf4548181d /web/html/xui/form/client.html | |
| parent | 038bbfaee1328494ccb87b9e695f3045bffb0183 (diff) | |
Update inbound_info_modal.html (#1342)
* Update login.html
* Update custom.css
* Update inbound_info_modal.html
* Update custom.css
* Update custom.css
Diffstat (limited to 'web/html/xui/form/client.html')
| -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 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"> |
