Browse Source

档案统计样式bug

master
x_ying 3 years ago
parent
commit
9347f4178f
  1. 4
      src/views/system/archiveStatistics/index.vue

4
src/views/system/archiveStatistics/index.vue

@ -40,7 +40,7 @@
</el-col>
</el-row>
<!-- 中间 -->
<el-row :gutter="20" style="height:296px;width:100%;margin:20px 0;" class="dpflex">
<el-row :gutter="20" style="width:100%;padding:20px 0 20px 10px;" class="dpflex">
<el-col :xs="24" :sm="24" :lg="12" style="padding:0;margin-right:20px">
<div class="container-wrap">
<span class="right-top-line" />
@ -51,7 +51,7 @@
<BarEcharts />
</div>
</el-col>
<el-col :xs="24" :sm="24" :lg="12" style="padding:0">
<el-col :xs="24" :sm="24" :lg="12" style="padding:0;margin-right: -10px">
<div class=" container-wrap">
<span class="right-top-line" />
<span class="left-bottom-line" />

Loading…
Cancel
Save