Browse Source

Merge branch 'online' into test-online

lex-xin 1 month ago
parent
commit
474ab2ee22

+ 1 - 1
src/views/music-library/music-sheet/modal/music-operation.tsx

@@ -1003,7 +1003,7 @@ export default defineComponent({
                 <NInput
                   v-model:value={forms.name}
                   placeholder="请输入曲目名称"
-                  maxlength={50}
+                  maxlength={100}
                   showCount
                 />
               </NFormItemGi>

+ 1 - 1
src/views/music-library/music-sheet/modal/music-operationV2.tsx

@@ -1686,7 +1686,7 @@ export default defineComponent({
                 <NInput
                   v-model:value={forms.name}
                   placeholder="请输入曲目名称"
-                  maxlength={50}
+                  maxlength={100}
                   showCount
                 />
               </NFormItemGi>