diff --git a/src/components/CoreVideo/index.vue b/src/components/CoreVideo/index.vue index 8c3265d..9930cab 100644 --- a/src/components/CoreVideo/index.vue +++ b/src/components/CoreVideo/index.vue @@ -23,7 +23,7 @@ diff --git a/src/views/home/components/lodging-ratio.vue b/src/views/home/components/lodging-ratio.vue index 9341e56..54fb2cb 100644 --- a/src/views/home/components/lodging-ratio.vue +++ b/src/views/home/components/lodging-ratio.vue @@ -23,7 +23,7 @@ grid: { left: '4%', right: '4%', - top: '16%', + top: '20%', bottom: '-10%', containLabel: true }, @@ -183,6 +183,6 @@ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 821b490..b3efa26 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -11,10 +11,14 @@ import box2 from './components/box-2.vue' import box3 from './components/box-3.vue' import box4 from './components/box-4.vue' - const navLeft = [{ name: '安全',path: '/roadTesting' }, { name: '景区', path: '/scenic' }, { name: '交通',path: '/traffic' }] + const navLeft = [ + { name: '安全', path: '/monitor' }, + { name: '景区', path: '/scenic' }, + { name: '交通', path: '/traffic' } + ] const navRight = [ { name: '停车' }, - { name: '工单',path: '/workOrder' }, + { name: '工单', path: '/workOrder' }, { name: '舆情', path: '/sentiment' }, { name: '酒店' } ] diff --git a/src/views/scenic/components/age-ratio.vue b/src/views/scenic/components/age-ratio.vue new file mode 100644 index 0000000..639b928 --- /dev/null +++ b/src/views/scenic/components/age-ratio.vue @@ -0,0 +1,93 @@ + + + + + + + diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index d92af2f..00713b7 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -98,7 +98,7 @@ diff --git a/src/views/scenic/components/ticket.vue b/src/views/scenic/components/ticket.vue new file mode 100644 index 0000000..dc508ea --- /dev/null +++ b/src/views/scenic/components/ticket.vue @@ -0,0 +1,195 @@ + + + + + + + diff --git a/src/views/scenic/components/top.vue b/src/views/scenic/components/top.vue new file mode 100644 index 0000000..f03647a --- /dev/null +++ b/src/views/scenic/components/top.vue @@ -0,0 +1,187 @@ + + + + + + + diff --git a/src/views/scenic/components/traffic-flow.vue b/src/views/scenic/components/traffic-flow.vue new file mode 100644 index 0000000..eef029c --- /dev/null +++ b/src/views/scenic/components/traffic-flow.vue @@ -0,0 +1,102 @@ + + + + + + + diff --git a/src/views/traffic/components/box-3.vue b/src/views/traffic/components/box-3.vue index 54f962c..8830003 100644 --- a/src/views/traffic/components/box-3.vue +++ b/src/views/traffic/components/box-3.vue @@ -74,7 +74,7 @@