no message

Former-commit-id: f5e4944c479502837ec2e190ff0ac1184fd8e4d7
Former-commit-id: 18995004d43283399513379bcfff0b3574a01ebe
Former-commit-id: 569221ff6538d3cb95700f655870f0974b770163
This commit is contained in:
李杨
2018-03-09 19:17:05 +08:00
parent 9a8a69eac5
commit 686d8e43e4

View File

@@ -35,21 +35,6 @@ export default {
required: false, required: false,
default: false default: false
} }
},
data () {
return {
headerHeight: 0
}
},
computed: {
fullCardBodyStyle () {
return {
}
}
},
mounted () {
console.log(this.$refs.fullCardHeader.offsetHeight + 18 * 2)
} }
} }
</script> </script>
@@ -77,16 +62,4 @@ export default {
max-width: 1920px - 200px; max-width: 1920px - 200px;
} }
} }
.full-card {
position: absolute;
top: 0px;
right: $margin;
bottom: $margin;
left: 0px;
.el-card__header {
position: absolute;
top: 0px;
width: 100%;
}
}
</style> </style>