no message
Former-commit-id: f5e4944c479502837ec2e190ff0ac1184fd8e4d7 Former-commit-id: 18995004d43283399513379bcfff0b3574a01ebe Former-commit-id: 569221ff6538d3cb95700f655870f0974b770163
This commit is contained in:
@@ -35,21 +35,6 @@ export default {
|
||||
required: false,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
headerHeight: 0
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
fullCardBodyStyle () {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
console.log(this.$refs.fullCardHeader.offsetHeight + 18 * 2)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -77,16 +62,4 @@ export default {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user