浏览代码

轨迹详情1

Shan9312 1 年之前
父节点
当前提交
4a27d891d4
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/views/statisticalAnalysis/pushingplan/index.vue

+ 5 - 2
src/views/statisticalAnalysis/pushingplan/index.vue

@@ -471,17 +471,20 @@ export default {
 .run-box-rg{
   flex: 1;
   border:1px solid green;
+  padding-left: 20px;
+  min-width:300px;
+  font-size:16px;
   .run-box-rg span{
     font-size: 16px!important;
   }
-  .run-box-rg div{
+  .run-box-rg>div{
     margin: 15px 0;
   }
 }
 
 .map-container {
   height: 600px;
-  width: 800px;
+  width: 840px;
 }
 .search {
   clear: both;