changed number input tags to 'a-input-number'

This commit is contained in:
Hamidreza Ghavami
2023-05-04 21:27:42 +04:30
parent 4f8de18d1f
commit a18cbdcf11
10 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
</a-switch>
</a-form-item>
<a-form-item label="xVer">
<a-input type="number" v-model.number="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input>
<a-input-number v-model="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input-number>
</a-form-item>
<a-form-item label="uTLS" >
<a-select v-model="inbound.stream.reality.settings.fingerprint"