marymelisa %!s(int64=4) %!d(string=hai) anos
pai
achega
c66e5d42ff

+ 10 - 0
src/assets/styles/mixin.less

@@ -613,6 +613,11 @@
         .ant-upload-list-item-name {
             color: @m-white0;
         }
+        .ant-upload-list-item-card-actions  {
+            .anticon {
+                color: @m-white0;
+            }
+        }
         &:hover {
             background: transparent;
             .anticon-loading,.anticon-paper-clip {
@@ -621,6 +626,11 @@
             .ant-upload-list-item-name {
                 color: @m-blue0;
             }
+            .ant-upload-list-item-card-actions  {
+                .anticon {
+                    color: @m-blue0;
+                }
+            }
         }
     }
     .look {

+ 9 - 1
src/common/components/uploadImg/index.vue

@@ -65,4 +65,12 @@ export default defineComponent({
         };
     },
 });
-</script>
+</script>
+<style lang="less">
+.upload {
+    .ant-upload-list {
+        max-width: calc(100% - 80px);
+    }
+}
+</style
+>;

+ 1 - 0
src/views/information/spot-contract/components/add/index.vue

@@ -111,6 +111,7 @@
           </template>
           <a-col :span="12">
             <a-form-item label="合同附件"
+                         class="checkboxGroupItem"
                          name="ContractAttachment">
               <UploadImg :visible="visible"
                          @upload="uploadImgAction" />