fix: 版权信息文本长度128
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user