Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/form/outbound.html')
-rw-r--r--web/html/form/outbound.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index 4b15b22c..eed7316d 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -444,16 +444,16 @@
</a-select>
</a-form-item>
<a-form-item label="Short ID">
- <a-input v-model.trim="outbound.stream.reality.shortId" :style="{ width: '250px' }"></a-input>
+ <a-input v-model.trim="outbound.stream.reality.shortId"></a-input>
</a-form-item>
<a-form-item label="SpiderX">
- <a-input v-model.trim="outbound.stream.reality.spiderX" :style="{ width: '250px' }"></a-input>
+ <a-input v-model.trim="outbound.stream.reality.spiderX"></a-input>
</a-form-item>
<a-form-item label="Public Key">
- <a-input v-model.trim="outbound.stream.reality.publicKey"></a-input>
+ <a-textarea v-model.trim="outbound.stream.reality.publicKey"></a-textarea>
</a-form-item>
<a-form-item label="mldsa65 Verify">
- <a-input v-model.trim="outbound.stream.reality.mldsa65Verify"></a-input>
+ <a-textarea v-model.trim="outbound.stream.reality.mldsa65Verify"></a-textarea>
</a-form-item>
</template>
</template>