no message

Former-commit-id: f14a9971a0c6efbc901fe0969c40014e8ea57a45
Former-commit-id: ae2507cc4aba63de535940551c83f6caa81ad274
Former-commit-id: b971e44eddec09e7f3d0e27456aa8aa273b1c4d3
This commit is contained in:
李杨
2018-03-21 20:13:56 +08:00
parent 0cedf9ab6f
commit eea1cb5c0b
13 changed files with 243 additions and 227 deletions

View File

@@ -0,0 +1,21 @@
@import '~@/assets/style/public.scss';
.demo-chart-index {
.col {
height: 300px;
margin-bottom: 20px;
.el-card {
@extend %unable-select;
height: 100%;
.el-card__body {
height: 100%;
padding: 0px;
}
// 有header的卡片的body高度需要减去header
&.header-in {
.el-card__body {
height: calc(100% - 59px);
}
}
}
}
}