diff --git a/src/assets/login/bkg.png b/src/assets/login/bkg.png new file mode 100644 index 0000000..7884f2b Binary files /dev/null and b/src/assets/login/bkg.png differ diff --git a/src/assets/login/build.png b/src/assets/login/build.png new file mode 100644 index 0000000..fae49a8 Binary files /dev/null and b/src/assets/login/build.png differ diff --git a/src/assets/login/title.png b/src/assets/login/title.png new file mode 100644 index 0000000..8cfb505 Binary files /dev/null and b/src/assets/login/title.png differ diff --git a/src/components/Charts/index.vue b/src/components/Charts/index.vue index 4008418..f18a3bc 100644 --- a/src/components/Charts/index.vue +++ b/src/components/Charts/index.vue @@ -3,7 +3,7 @@ diff --git a/src/router/index.js b/src/router/index.js index b2d892e..175b042 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -55,7 +55,15 @@ export const constantRoutes = [ }], hidden: true }, - + { + path: "/dataShow", + name: '数据展示', + component: () => import('@/views/dataShow/index'), + meta: { + title: "大屏展示", + icon: "el-icon-data-board" + } + }, { path: '/', component: Layout, @@ -69,15 +77,6 @@ export const constantRoutes = [ icon: 'dashboard' } } ] - }, - { - path: "/dataShow", - name: '数据展示', - component: () => import('@/views/dataShow/index'), - meta: { - title: "大屏展示", - icon: "dashboard" - } } ] diff --git a/src/views/dataShow/right1.vue b/src/views/dataShow/right1.vue index e986c53..0772184 100644 --- a/src/views/dataShow/right1.vue +++ b/src/views/dataShow/right1.vue @@ -58,7 +58,7 @@ export default { carousel: 'single', unit: '平方', waitTime: 4000, - rowNum: 3 + rowNum: 4 } } } else if (this.type === 2) { @@ -71,7 +71,7 @@ export default { carousel: 'single', unit: '平方', waitTime: 4000, - rowNum: 3 + rowNum: 4 } } } @@ -92,11 +92,11 @@ export default { width: 100%; .dv-scr-board { width: 346px; - height: 180px; + height: 230px; padding: 10px; } .dv-scr-rank-board { - height: 180px; + height: 230px; padding: 10px 20px; } .title { diff --git a/src/views/dataShow/right2.vue b/src/views/dataShow/right2.vue index 3ebde3a..6086706 100644 --- a/src/views/dataShow/right2.vue +++ b/src/views/dataShow/right2.vue @@ -46,7 +46,7 @@ export default { carousel: 'single', unit: '平方', waitTime: 4000, - rowNum: 3 + rowNum: 4 } } } else if (this.type === 2) { @@ -59,7 +59,7 @@ export default { carousel: 'single', unit: '平方', waitTime: 4000, - rowNum: 3 + rowNum: 4 } } } @@ -80,11 +80,11 @@ export default { width: 100%; .dv-scr-board { width: 346px; - height: 180px; + height: 230px; padding: 10px; } .dv-scr-rank-board { - height: 180px; + height: 230px; padding: 10px 20px; } diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 25b1467..2e6d2ce 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,48 +1,53 @@