@@ -224,7 +224,9 @@ export default {
position: relative;
display: flex;
}
-
+.el-upload-list__item:hover{
+ background: #004d86;
+}
.upload-file-list .ele-upload-list__item-content {
justify-content: space-between;
@@ -761,14 +761,14 @@
<el-input
label="附件名称"
v-model="item.fileName"
- style="width: 260px"
+ style="width: 200px"
readonly
/>
<a
:href="item.filePath"
download
title="下载"
- style="color: white; margin-left: -58px"
+ style="color: white; margin-left: 0px"
class="downloadfile"
>下载附件</a
>