|
@@ -1837,8 +1837,11 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.el-table__fixed-right {
|
|
|
- height: 100% !important;
|
|
|
+/deep/.el-table__header,
|
|
|
+/deep/.el-table__body,
|
|
|
+/deep/.el-table__footer {
|
|
|
+ table-layout: inherit!important;
|
|
|
+ border-collapse: separate;
|
|
|
}
|
|
|
.alert {
|
|
|
margin-bottom: 22px;
|