Update inbound_info_modal.html (#1342)

* Update login.html

* Update custom.css

* Update inbound_info_modal.html

* Update custom.css

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-12 20:03:29 +03:30
committed by MHSanaei
parent 038bbfaee1
commit e300fbc7cb
5 changed files with 28 additions and 21 deletions

View File

@@ -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">