@@ -246,7 +247,7 @@
tooltip-effect="dark"
style="width: 100%"
border
- height="100%"
+ height="calc(100% - 64px)"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="selectListChange"
@@ -444,6 +445,9 @@ export default {
// }
// })
this.total = this.standinfoList.length
+ this.$nextTick(()=>{
+ this.$refs.selection.doLayout()
+ })
})
},
diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue
index 897631838..92f1bc566 100644
--- a/src/pages/regulatoryRepository/dataCenter/index.vue
+++ b/src/pages/regulatoryRepository/dataCenter/index.vue
@@ -68,7 +68,7 @@
-
+
{
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 5e6ab0b3b..f1f5dc88c 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -6524,4 +6524,7 @@ export default {
}
}
}
+.search-area /deep/ input.el-input__inner {
+ width: 168px !important;
+}
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index 581bdbf51..ed116adc1 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -1233,6 +1233,9 @@ export default {
this.xmztOptions = this.notProjectStatus
this.total = res.data.notMaintenance.total;
}
+ this.$nextTick(() => {
+ this.$refs.multipleTable.doLayout();
+ })
}, e => {
});
// this.$refs.selection.selectAll(false)
@@ -1266,6 +1269,9 @@ export default {
this.xmztOptions = this.notProjectStatus
this.total = res.data.notMaintenance.total;
}
+ this.$nextTick(() => {
+ this.$refs.multipleTable.doLayout();
+ })
}, e => {
});
// this.$refs.selection.selectAll(false)
@@ -1727,4 +1733,10 @@ export default {
}
}
}
+/deep/ .el-table__fixed{
+ height:100% !important;
+}
+/deep/ .el-table__fixed-right{
+ height:100% !important;
+}
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/AddFileDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/AddFileDetails.vue
index 68c336777..31ba2fe8b 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/AddFileDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/AddFileDetails.vue
@@ -111,6 +111,7 @@
this.opinionContent.newText = ''
// this.opinionContent.cause = ''
this.opinionContent.chapterName = ''
+ this.$message.success(res.message)
}
})
}