mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 审批中心图片压缩优化
This commit is contained in:
parent
01fd5f78e8
commit
eabbe82b39
@ -172,7 +172,7 @@
|
|||||||
<Input type="textarea" v-model="commentData.content"></Input>
|
<Input type="textarea" v-model="commentData.content"></Input>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem prop="pictures" :label="$L('图片')">
|
<FormItem prop="pictures" :label="$L('图片')">
|
||||||
<ImgUpload v-model="commentData.pictures" :num="3" :width="512" :height="512" :whcut="1"></ImgUpload>
|
<ImgUpload v-model="commentData.pictures" :num="3" :width="2000" :height="2000" :whcut="0"></ImgUpload>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</Form>
|
</Form>
|
||||||
<div slot="footer" class="adaption">
|
<div slot="footer" class="adaption">
|
||||||
|
|||||||
@ -172,7 +172,7 @@
|
|||||||
<Input type="textarea" v-model="addData.description"></Input>
|
<Input type="textarea" v-model="addData.description"></Input>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem prop="other" :label="$L('图片')">
|
<FormItem prop="other" :label="$L('图片')">
|
||||||
<ImgUpload v-model="addData.other" :num="3" :width="512" :height="512" :whcut="1"></ImgUpload>
|
<ImgUpload v-model="addData.other" :num="3" :width="2000" :height="2000" :whcut="0"></ImgUpload>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</Form>
|
</Form>
|
||||||
<div slot="footer" class="adaption">
|
<div slot="footer" class="adaption">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user