fix
This commit is contained in:
@@ -427,7 +427,7 @@ export default defineComponent({
|
||||
if (!isJpgOrPng) {
|
||||
message.info(this.t('ColorboardUpload.jsContent3'));
|
||||
}
|
||||
const isLt2M = file.size / 1024 / 1024 < 5;
|
||||
const isLt2M = file.size / 1024 / 1024 < 3;
|
||||
if (!isLt2M) {
|
||||
message.info(this.t('ColorboardUpload.jsContent4'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user