Browse Source

[完善]调整放大细节

master
邵佳豪 4 years ago
parent
commit
5363dd7c99
  1. 6
      src/app/statistic-analysis/home/home.component.html

6
src/app/statistic-analysis/home/home.component.html

@ -2,7 +2,7 @@
<div class="main-top">
<!-- 左侧 -->
<div class="main-left">
<div class="panel panel04" style="flex: 2.3; max-height: 400px;">
<div class="panel panel04" style="flex: 2.3; max-height: 410px;">
<div class="panel-hd">
<a href="javascript:;" class="panel-more"><svg width="18" height="12" xmlns="http://www.w3.org/2000/svg"><g fill="#93FCFF" fill-rule="evenodd" opacity=".6"><path d="M0 0h18v2H0zM0 5h18v2H0zM0 10h18v2H0z"/></g></svg></a>
</div>
@ -77,7 +77,7 @@
</div>
<!-- 右侧 -->
<div class="main-right">
<div class="box-wrap" style="flex: 0.7;">
<div class="box-wrap" style="flex: 0.7">
<div class="panel-bd" style="padding-top: 13px;">
<div class="total-box">
<div class="total-item" (click)="threePlan()">
@ -99,7 +99,7 @@
</div>
</div>
</div>
<div class="box-wrap mt" style="flex: 2.3; max-height: 400px;">
<div class="box-wrap mt" style="flex: 2.3; max-height: 410px;">
<div class="panel-bd">
<div id="chartZdgzqy" class="chart-item" style="height: 100%;"></div>
</div>

Loading…
Cancel
Save