fix: 版权信息文本长度128
This commit is contained in:
@@ -71,7 +71,7 @@ onMounted(() => {
|
|||||||
<a-input
|
<a-input
|
||||||
v-model:value="state.copyright"
|
v-model:value="state.copyright"
|
||||||
allow-clear
|
allow-clear
|
||||||
:maxlength="40"
|
:maxlength="128"
|
||||||
:placeholder="t('common.inputPlease')"
|
:placeholder="t('common.inputPlease')"
|
||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@@ -101,7 +101,7 @@ onMounted(() => {
|
|||||||
<a-typography>
|
<a-typography>
|
||||||
<a-typography-paragraph>
|
<a-typography-paragraph>
|
||||||
{{ t('views.system.setting.sysCopyrightLimitation') }}
|
{{ 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') }}
|
{{ t('views.system.setting.charMaxLen') }}
|
||||||
</a-typography-paragraph>
|
</a-typography-paragraph>
|
||||||
</a-typography>
|
</a-typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user