fix 80629

This commit is contained in:
赵霄
2024-01-11 17:43:01 +08:00
parent 88c325a5a1
commit 2059a11b7e
7 changed files with 41 additions and 6 deletions
+10 -1
View File
@@ -107,6 +107,15 @@
}
}
/* 附件的表单样式 */
.attach-form-item {
flex-direction: column;
.upload-comp {
padding: 0.2rem 0;
}
}
/* 表格样式 */
/deep/ .ant-table {
padding: 0.2rem 0.32rem;
@@ -147,4 +156,4 @@
color: #E63636;
}
}
}
}