fix: 版权信息文本长度128

This commit is contained in:
TsMask
2024-10-18 11:34:37 +08:00
parent a600e056b8
commit f08e637e69

View File

@@ -71,7 +71,7 @@ onMounted(() => {
<a-input
v-model:value="state.copyright"
allow-clear
:maxlength="40"
:maxlength="128"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
@@ -101,7 +101,7 @@ onMounted(() => {
<a-typography>
<a-typography-paragraph>
{{ t('views.system.setting.sysCopyrightLimitation') }}
<a-typography-text mark>40</a-typography-text>
<a-typography-text mark>128</a-typography-text>
{{ t('views.system.setting.charMaxLen') }}
</a-typography-paragraph>
</a-typography>