@@ -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 @@
color: @m-blue0;
+ color: @m-blue0;
.look {
@@ -65,4 +65,12 @@ export default defineComponent({
};
},
});
-</script>
+</script>
+<style lang="less">
+.upload {
+ .ant-upload-list {
+ max-width: calc(100% - 80px);
+}
+</style
+>;
@@ -111,6 +111,7 @@
</template>
<a-col :span="12">
<a-form-item label="合同附件"
+ class="checkboxGroupItem"
name="ContractAttachment">
<UploadImg :visible="visible"
@upload="uploadImgAction" />