Commit 4fb23842 authored by 盖献康's avatar 盖献康

文件上传显示

parent ad86169a
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</el-tooltip> </el-tooltip>
</el-link> </el-link>
<div class="ele-upload-list__item-content-action"> <div class="ele-upload-list__item-content-action">
<el-link :underline="false" type="danger" @click="handleDelete(index)">删除</el-link> <el-link :underline="false" type="danger" @click="handleDelete(index)">×</el-link>
</div> </div>
</li> </li>
</transition-group> </transition-group>
...@@ -246,6 +246,10 @@ export default { ...@@ -246,6 +246,10 @@ export default {
} }
.ele-upload-list__item-content-action .el-link { .ele-upload-list__item-content-action .el-link {
margin-right: 10px; margin-right: 10px;
color: #666666;
&:hover {
color: #DB4747;
}
} }
.el-link.el-link--default:hover { .el-link.el-link--default:hover {
color: #5FB54B; color: #5FB54B;
......
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