This commit is contained in:
mhsanaei 2025-09-23 19:42:11 +02:00
parent 00bca506e8
commit cb38d05ea1
No known key found for this signature in database
GPG key ID: D875CD086CF668A0
5 changed files with 5 additions and 6 deletions

View file

@ -39,8 +39,7 @@
<template #title>{{ i18n "pages.settings.panelPort"}}</template>
<template #description>{{ i18n "pages.settings.panelPortDesc"}}</template>
<template #control>
<a-input-number :min="1" :min="65 535" v-model="allSetting.webPort"
:style="{ width: '100%' }"></a-input>
<a-input-number :min="1" :min="65535" v-model="allSetting.webPort" :style="{ width: '100%' }"></a-input>
</template>
</a-setting-list-item>
<a-setting-list-item paddings="small">