Commit 8ad3130c authored by hongjunpeng's avatar hongjunpeng

调整上传组件上传时进度条遮挡的bug

parent 3c109fbe
......@@ -25,7 +25,9 @@
>
<a @click="handleClick(file)">
<i class="el-icon-document"></i>
<el-input v-model="file.name" @focus="inputFocus" @blur="inputBlur" style="display: inline-block;width: 80%;padding:10px 10px 0 0;"></el-input>
<span v-if="file.status === 'uploading'">{{file.name}}</span>
<el-input v-else v-model="file.name" @focus="inputFocus" @blur="inputBlur"
style="display: inline-block;width: 80%;padding:10px 10px 0 0;"></el-input>
</a>
<label class="el-upload-list__item-status-label">
<i :class="{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment