Skip to content

Commit

Permalink
修改传输列宽
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Jul 29, 2024
1 parent 9298f03 commit 6cb6644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.25
1.8.26
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- select stream network -->
<a-form layout="inline">
<a-form-item label="传输">
<a-select v-model="inbound.stream.network" @change="streamNetworkChange">
<a-select v-model="inbound.stream.network" @change="streamNetworkChange" style="width: 130px;">
<a-select-option value="tcp">tcp</a-select-option>
<a-select-option value="kcp">kcp</a-select-option>
<a-select-option value="ws">ws</a-select-option>
Expand Down

0 comments on commit 6cb6644

Please sign in to comment.