Files
mes-ui-d2/src/pages/demo/chart/all/style.scss
李杨 eea1cb5c0b no message
Former-commit-id: f14a9971a0c6efbc901fe0969c40014e8ea57a45
Former-commit-id: ae2507cc4aba63de535940551c83f6caa81ad274
Former-commit-id: b971e44eddec09e7f3d0e27456aa8aa273b1c4d3
2018-03-21 20:13:56 +08:00

21 lines
422 B
SCSS

@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);
}
}
}
}
}