优化图表大小及描述
This commit is contained in:
@@ -46,6 +46,10 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
width: calc(100% + 10px);
|
||||||
|
margin-left: -5px !important;
|
||||||
|
margin-right: -5px !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,11 +15,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="workbench-row">
|
<div class="workbench-row">
|
||||||
<div class="workbench-col">
|
<div class="workbench-col">
|
||||||
<ProjectTask />
|
<ProjectTask />
|
||||||
</div>
|
</div>
|
||||||
<div class="workbench-col">
|
<div class="workbench-col">
|
||||||
<ContractInfo />
|
<ContractInfo />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -55,6 +55,10 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
width: calc(100% + 10px);
|
||||||
|
margin-left: -5px !important;
|
||||||
|
margin-right: -5px !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
@@ -67,7 +71,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: rgb(255, 255, 255);
|
background: transparent;
|
||||||
border-radius: @desktop-card-radius;
|
border-radius: @desktop-card-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user