mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
上传附件统一样式
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<button class="xkbtn" type="button">上传附件</button>
|
||||
</div>
|
||||
</Upload>
|
||||
<div style="color: rgb(153, 155, 163);">支持.pdf,.ppt,.pptx,.doc,.docx,.xls,.xlsx,.jpg,.jpeg,.png,.gif,.zip</div>
|
||||
<div class ="tips" style="color: rgb(153, 155, 163);">支持.pdf,.ppt,.pptx,.doc,.docx,.xls,.xlsx,.jpg,.jpeg,.png,.gif,.zip</div>
|
||||
</div>
|
||||
<div class="mbl_items12" style="margin-left: 0">
|
||||
<div
|
||||
@@ -80,6 +80,7 @@ onMounted(() => {
|
||||
|
||||
watch(files, () => {
|
||||
files.value && files.value.length && emit('update:value', files.value.filter(e => e.url).map(e => e.url).join(','))
|
||||
console.log(files.value.filter(e => e.url).map(e => e.url).join(','));
|
||||
})
|
||||
|
||||
watch(props, init)
|
||||
|
||||
Reference in New Issue
Block a user