2018-01-29 00:00:17 +08:00
|
|
|
@import '~@/assets/style/public.scss';
|
|
|
|
|
.demo-chart-index {
|
|
|
|
|
.vue-grid-layout {
|
|
|
|
|
margin: -10px;
|
|
|
|
|
.el-card {
|
|
|
|
|
@extend %unable-select;
|
|
|
|
|
height: 100%;
|
|
|
|
|
.el-card__body {
|
2018-01-29 14:30:53 +08:00
|
|
|
height: calc(100% - 59px);
|
2018-01-29 00:00:17 +08:00
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.vue-resizable-handle {
|
|
|
|
|
bottom: 6px;
|
|
|
|
|
right: 6px;
|
|
|
|
|
opacity: .3;
|
|
|
|
|
&:hover{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|