Browse Source

优化页面

MS-CIAZDCOIXVRW\Administrator 3 years ago
parent
commit
321ecdaa4d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/CarRecord.vue

+ 4 - 4
src/components/CarRecord.vue

@@ -72,7 +72,7 @@
           </div>
         </div>
         <!-- 车辆记录表格区域 -->
-        <div class="watch-form">
+        <div class="watch-form" v-if="tableData.length">
           <el-table
             v-loading="loading"
             element-loading-text="加载中"
@@ -145,7 +145,7 @@
           <div class="column-img">
             <img src="@/assets/jiantou.png" />
           </div>
-          <div class="column-info">车辆来源地</div>
+          <div class="column-info">24小时车辆来源地</div>
         </div>
         <!-- 柱状图 -->
         <div class="right-column-body" id="column"></div>
@@ -417,7 +417,7 @@ export default {
           left: "3%",
           right: "4%",
           bottom: "3%",
-          top: "3%",
+          top: "13%",
           containLabel: true,
         },
         xAxis: [
@@ -636,7 +636,7 @@ export default {
         }
         .column-info {
           margin-left: 10px;
-          width: 126px;
+          width: 180px;
           height: 25px;
           font-size: 19px;
           font-weight: bold;