ltao 3 лет назад
Родитель
Сommit
5fcdc403ba
2 измененных файлов с 5 добавлено и 3 удалено
  1. 3 1
      src/components/FileUpload/index.vue
  2. 2 2
      src/views/thought/thoughtPlan/index.vue

+ 3 - 1
src/components/FileUpload/index.vue

@@ -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 {
   display: flex;
   justify-content: space-between;

+ 2 - 2
src/views/thought/thoughtPlan/index.vue

@@ -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
               >