no message
Former-commit-id: 84650508814baf1791d8b29472b88eddecfc3660 Former-commit-id: c03e89464e3d3c3cde9a42db8e7447744bcb7e90 Former-commit-id: 9e4184577b6ad94dfaa909bd08fd28aac21371e5
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<GridLayout v-bind="layout">
|
||||
<GridItem v-bind="layout.layout[0]" @resize="resizeHandler('G2Line1')" @resized="resizedHandler('G2Line1')">
|
||||
<el-card>
|
||||
<div slot="header">近年趋势</div>
|
||||
<G2Line1
|
||||
ref="G2Line1"
|
||||
:data="G2Line1"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@extend %unable-select;
|
||||
height: 100%;
|
||||
.el-card__body {
|
||||
height: 100%;
|
||||
height: calc(100% - 59px);
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user