From 686d8e43e41068ad60ea25c84f0e941bb0b6f1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Fri, 9 Mar 2018 19:17:05 +0800 Subject: [PATCH] no message Former-commit-id: f5e4944c479502837ec2e190ff0ac1184fd8e4d7 Former-commit-id: 18995004d43283399513379bcfff0b3574a01ebe Former-commit-id: 569221ff6538d3cb95700f655870f0974b770163 --- src/components/core/Container/index.vue | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/src/components/core/Container/index.vue b/src/components/core/Container/index.vue index e0c22aca..41c023f9 100644 --- a/src/components/core/Container/index.vue +++ b/src/components/core/Container/index.vue @@ -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) } } @@ -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%; - } -}