File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
< a-input-number v-model.number ="inbound.stream.reality.xver " :min ="0 "> </ a-input-number >
8
8
</ a-form-item >
9
9
< a-form-item label ='uTLS '>
10
- < a-select v-model ="inbound.stream.reality.settings.fingerprint " style ="width: 50 % "
10
+ < a-select v-model ="inbound.stream.reality.settings.fingerprint " style ="width: 100 % "
11
11
:dropdown-class-name ="themeSwitcher.currentTheme ">
12
12
< a-select-option v-for ="key in UTLS_FINGERPRINT " :value ="key "> [[ key ]]</ a-select-option >
13
13
</ a-select >
Original file line number Diff line number Diff line change 34
34
</ a-input-group >
35
35
</ a-form-item >
36
36
< a-form-item label ="uTLS ">
37
- < a-select v-model ="inbound.stream.tls.settings.fingerprint " style ="width: 50 % "
37
+ < a-select v-model ="inbound.stream.tls.settings.fingerprint " style ="width: 100 % "
38
38
:dropdown-class-name ="themeSwitcher.currentTheme ">
39
39
< a-select-option value =''> None</ a-select-option >
40
40
< a-select-option v-for ="key in UTLS_FINGERPRINT " :value ="key "> [[ key ]]</ a-select-option >
You can’t perform that action at this time.
0 commit comments