浏览代码

首页事件状态统计css样式变更

刘浩男 1 年之前
父节点
当前提交
a6edf2826e
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      event-ui/src/views/components/eventdept/frist.vue

+ 4 - 4
event-ui/src/views/components/eventdept/frist.vue

@@ -1,14 +1,14 @@
 <template>
   <el-row>
     <el-col :span="16">
-      <div style="margin: 10px; padding: 10px; border: 2px solid #CCCCCC; border-radius: 20px;">
+      <div style="margin-right:10px;  border: 2px solid #CCCCCC; border-radius: 5px;">
         <highcharts :options="chartOptions" :callback="myCallback"
-                    style="height:370px;margin-top:45px;"></highcharts>
+                    style="height:370px;"></highcharts>
       </div>
     </el-col>
     <el-col :span="8">
-      <div style="margin: 10px; padding: 10px; border: 2px solid #CCCCCC; border-radius: 20px;">
-      <div ref="chartContainer" style="min-width:370px;height:400px;margin-top:15px;"></div>
+      <div style="border: 2px solid #CCCCCC; border-radius:5px;">
+      <div ref="chartContainer" style="min-width:370px;height:370px;"></div>
       </div>
     </el-col>
   </el-row>