@@ -417,7 +417,9 @@ defineExpose({
padding: 10px;
justify-content: center;
td {
+ position: relative;
padding: 6px;
+ background-clip: padding-box;
.el-input {
clear: both;
color: #606266;
@@ -484,10 +486,17 @@ defineExpose({
}
//表单上传
.hc-upload-table-form {
- width: 100%;
- clear: both;
+ position: absolute;
+ top: 6px;
+ bottom: 6px;
+ left: 6px;
+ right: 6px;
+ .el-upload {
+ height: 100%;
+ }
+ //列合并的单元格
td[rowspan] {
height: $initials;