소스 검색

bug fixed

duwendi 1 년 전
부모
커밋
eef707f7e1
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/index/components/park_bahavior.vue
  2. 0 1
      src/pages/index/layouts/indexLayout.vue

+ 1 - 1
src/pages/index/components/park_bahavior.vue

@@ -228,7 +228,7 @@ export default {
228 228
 .body-wrapper {
229 229
   padding: 20px;
230 230
   background: #0c0c0c;
231
-  width: 80%;
231
+  width: 100%;
232 232
   .button-block{
233 233
     text-align: right;
234 234
     margin-bottom: 20px;

+ 0 - 1
src/pages/index/layouts/indexLayout.vue

@@ -43,7 +43,6 @@ export default {
43 43
         {name: 'heat_map', url: '/heat_map'},
44 44
         {name: '静态资源', url: '/static_resource'},
45 45
         {name: '记录查询', url: '/record_query'},
46
-        {name: '停车运行监管', url: '/park_monitor'},
47 46
         {name: '停车行为监测', url: '/park_bahavior'},
48 47
         {name: '设备运行监测', url: '/equipment_running'},
49 48
         {name: '从业人员资质', url: '/employee_qualification'},