diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-11 12:10:13 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-11 13:11:39 +0300 |
| commit | 236dddf4825c23edba20ad3cce6a58cdbe403a75 (patch) | |
| tree | 4e4af11e8e8bcb995f4d236539c53729182b0530 | |
| parent | 8e472838d82cc1fdb892d5a5ddaefaf91d866616 (diff) | |
v2.5.7v2.5.7
| -rw-r--r-- | config/version | 2 | ||||
| -rw-r--r-- | web/html/form/stream/external_proxy.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/version b/config/version index 1b03fe63..6de6d055 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -2.5.6
\ No newline at end of file +2.5.7
\ No newline at end of file diff --git a/web/html/form/stream/external_proxy.html b/web/html/form/stream/external_proxy.html index 7ef768fb..187090d8 100644 --- a/web/html/form/stream/external_proxy.html +++ b/web/html/form/stream/external_proxy.html @@ -15,11 +15,11 @@ </a-select> </a-tooltip> </template> - <a-input :style="{ width: '35%' }" v-model.trim="row.dest" placeholder='{{ i18n "host" }}'></a-input> + <a-input :style="{ width: '30%' }" v-model.trim="row.dest" placeholder='{{ i18n "host" }}'></a-input> <a-tooltip title='{{ i18n "pages.inbounds.port" }}'> <a-input-number :style="{ width: '15%' }" v-model.number="row.port" min="1" max="65531"></a-input-number> </a-tooltip> - <a-input :style="{ width: '50%', top: '0' }" v-model.trim="row.remark" placeholder='{{ i18n "remark" }}'> + <a-input :style="{ width: '30%', top: '0' }" v-model.trim="row.remark" placeholder='{{ i18n "remark" }}'> <template slot="addonAfter"> <a-button icon="minus" size="small" @click="inbound.stream.externalProxy.splice(index, 1)"></a-button> </template> |
