|
@@ -32,8 +32,10 @@
|
|
:ref="`echartRef`"
|
|
:ref="`echartRef`"
|
|
></pie>
|
|
></pie>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <!-- v-show="isshow" -->
|
|
|
|
|
|
+ <!-- <div class="bottomBtns">
|
|
|
|
+ <span></span>
|
|
|
|
+ <span class="sureBtn" @click="download">导出报告</span>
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -212,7 +214,8 @@ export default {
|
|
height: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- background: rgba(38, 38, 38, 0.9);
|
|
|
|
|
|
+ // background: rgba(38, 38, 38, 0.9);
|
|
|
|
+ border-bottom: 1px solid #166cad;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
|
|