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:
@@ -3,13 +3,13 @@
|
||||
<div>
|
||||
<Upload v-model:value="files" ref="uploadRef" :file-type="fileType">
|
||||
<div class="accessory" style="cursor: pointer">
|
||||
<button v-if="againUpload" class="xkbtn" type="button">上传附件</button>
|
||||
<span class="fujian">附件:</span><button v-if="againUpload" class="xkbtn" type="button">上传附件</button>
|
||||
<button v-else class="xkbtn" type="button" @click="notClick">附件上传中</button>
|
||||
</div>
|
||||
</Upload>
|
||||
<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 class="mbl_items12" >
|
||||
<div
|
||||
class="i12_box1"
|
||||
v-for="(item, index) in files"
|
||||
@@ -124,9 +124,11 @@ function notClick(event) {
|
||||
|
||||
</script>
|
||||
<style lang="scss">
|
||||
|
||||
.mbl_items12 {
|
||||
width: 440px;
|
||||
margin-left: 100px;
|
||||
margin-top: 20px;
|
||||
margin-right: 13px;
|
||||
|
||||
.i12_box1 {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user