diff --git a/src/router/index.js b/src/router/index.js index 8fac6a4..a74be56 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,155 +23,161 @@ import Layout from '@/layout' // 公共路由 export const constantRoutes = [ - { - name: 'Fullscreen', - path: '/fullscreen', - component: () => import('@/views/deviceManagement/datascreen/index.vue'), - hidden: true - }, - // { - // name: 'Fullscreen2', - // path: '/fullscreen2', - // component: () => import('@/views/andonManagement/analysis/fullscreen/index.vue'), - // hidden: true - // }, - { - name: 'TheTaskExecuteView', - path: '/TheTaskExecuteView', - component: () => import('@/views/deviceManagement/deviceTaskExecute/TheTaskExecuteView.vue'), - hidden: true - }, - { - name: 'SmartScreen', - path: '/SmartScreen', - component: () => import('@/views/SmartScreen/index.vue'), - hidden: true - }, - { - name: 'ProdScreen', - path: '/SmartScreen/ProdScreen', - component: () => import('@/views/SmartScreen/ProdScreen/index.vue'), - hidden: true - }, - { - name: 'QualityScreen', - path: '/SmartScreen/QualityScreen', - component: () => import('@/views/SmartScreen/QualityScreen/index.vue'), - hidden: true - }, - { - name: 'DeviceScreen', - path: '/SmartScreen/DeviceScreen', - component: () => import('@/views/SmartScreen/DeviceScreen/index.vue'), - hidden: true - }, - { - name: 'ReportScreen', - path: '/SmartScreen/ReportScreen', - component: () => import('@/views/SmartScreen/ReportScreen/index.vue'), - hidden: true - }, - { - name: 'touchScreen', - path: '/productManagement/touchScreen', - component: () => import('@/views/touchScreen/main/index.vue'), - hidden: true - }, - // { - // name: 'KANBAN', - // path: '/KANBAN', - // component: () => import('@/views/largeScreen/KANBAN/index.vue'), - // hidden: true - // }, - // 物料备料大屏 - // { - // name: 'materialKANBAN', - // path: '/materialManagement/materialKANBAN', - // component: () => import('@/views/materialMangement/materialKANBAN/KANBAN/index.vue'), - // hidden: true - // }, - { - path: '/redirect', - component: Layout, - hidden: true, - children: [ - { - path: '/redirect/:path(.*)', - component: () => import('@/views/redirect/index.vue') - } - ] - }, - { - path: '/login', - component: () => import('@/views/login'), - hidden: true - }, - { - path: '/sociallogin', - component: () => import('@/views/socialLogin'), - hidden: true - }, - { - path: '/register', - component: () => import('@/views/register'), - hidden: true - }, - { - path: '/:pathMatch(.*)*', - component: () => import('@/views/error/404'), - hidden: true - }, - { - path: '/401', - component: () => import('@/views/error/401'), - hidden: true - }, - { - path: '/error', - component: () => import('@/views/error/Error'), - hidden: true - }, - //todo app.vue 里路由跳转 - { - path: '', - component: Layout, - redirect: '/index', - children: [ - { - path: '/index', - component: () => import('@/views/index'), - name: 'Index', - meta: { title: '首页', icon: 'index', affix: true, titleKey: 'menu.home' } - } - ] - }, - { - path: '/user', - component: Layout, - hidden: true, - redirect: 'noredirect', - children: [ - { - path: 'profile', - component: () => import('@/views/system/user/profile/index'), - name: 'Profile', - meta: { title: '个人中心', icon: 'user', titleKey: 'menu.personalCenter' } - } - ] - } + { + name: 'Fullscreen', + path: '/fullscreen', + component: () => import('@/views/deviceManagement/datascreen/index.vue'), + hidden: true + }, + // { + // name: 'Fullscreen2', + // path: '/fullscreen2', + // component: () => import('@/views/andonManagement/analysis/fullscreen/index.vue'), + // hidden: true + // }, + { + name: 'TheTaskExecuteView', + path: '/TheTaskExecuteView', + component: () => import('@/views/deviceManagement/deviceTaskExecute/TheTaskExecuteView.vue'), + hidden: true + }, + { + name: 'SmartScreen', + path: '/SmartScreen', + component: () => import('@/views/SmartScreen/index.vue'), + hidden: true + }, + { + name: 'LoopScreen', + path: '/SmartScreen/LoopScreen', + component: () => import('@/views/SmartScreen/index.vue'), + hidden: true + }, + { + name: 'ProdScreen', + path: '/SmartScreen/ProdScreen', + component: () => import('@/views/SmartScreen/ProdScreen/index.vue'), + hidden: true + }, + { + name: 'QualityScreen', + path: '/SmartScreen/QualityScreen', + component: () => import('@/views/SmartScreen/QualityScreen/index.vue'), + hidden: true + }, + { + name: 'DeviceScreen', + path: '/SmartScreen/DeviceScreen', + component: () => import('@/views/SmartScreen/DeviceScreen/index.vue'), + hidden: true + }, + { + name: 'ReportScreen', + path: '/SmartScreen/ReportScreen', + component: () => import('@/views/SmartScreen/ReportScreen/index.vue'), + hidden: true + }, + { + name: 'touchScreen', + path: '/productManagement/touchScreen', + component: () => import('@/views/touchScreen/main/index.vue'), + hidden: true + }, + // { + // name: 'KANBAN', + // path: '/KANBAN', + // component: () => import('@/views/largeScreen/KANBAN/index.vue'), + // hidden: true + // }, + // 物料备料大屏 + // { + // name: 'materialKANBAN', + // path: '/materialManagement/materialKANBAN', + // component: () => import('@/views/materialMangement/materialKANBAN/KANBAN/index.vue'), + // hidden: true + // }, + { + path: '/redirect', + component: Layout, + hidden: true, + children: [ + { + path: '/redirect/:path(.*)', + component: () => import('@/views/redirect/index.vue') + } + ] + }, + { + path: '/login', + component: () => import('@/views/login'), + hidden: true + }, + { + path: '/sociallogin', + component: () => import('@/views/socialLogin'), + hidden: true + }, + { + path: '/register', + component: () => import('@/views/register'), + hidden: true + }, + { + path: '/:pathMatch(.*)*', + component: () => import('@/views/error/404'), + hidden: true + }, + { + path: '/401', + component: () => import('@/views/error/401'), + hidden: true + }, + { + path: '/error', + component: () => import('@/views/error/Error'), + hidden: true + }, + //todo app.vue 里路由跳转 + { + path: '', + component: Layout, + redirect: '/index', + children: [ + { + path: '/index', + component: () => import('@/views/index'), + name: 'Index', + meta: { title: '首页', icon: 'index', affix: true, titleKey: 'menu.home' } + } + ] + }, + { + path: '/user', + component: Layout, + hidden: true, + redirect: 'noredirect', + children: [ + { + path: 'profile', + component: () => import('@/views/system/user/profile/index'), + name: 'Profile', + meta: { title: '个人中心', icon: 'user', titleKey: 'menu.personalCenter' } + } + ] + } ] const router = createRouter({ - //history: createWebHistory(import.meta.env.VITE_APP_ROUTER_PREFIX), - history: createWebHashHistory(), - routes: constantRoutes, - scrollBehavior(to, from, savedPosition) { - if (savedPosition) { - return savedPosition - } else { - return { top: 0 } + //history: createWebHistory(import.meta.env.VITE_APP_ROUTER_PREFIX), + history: createWebHashHistory(), + routes: constantRoutes, + scrollBehavior(to, from, savedPosition) { + if (savedPosition) { + return savedPosition + } else { + return { top: 0 } + } } - } }) export default router diff --git a/src/views/SmartScreen/OrderScreen/background/1.png b/src/views/SmartScreen/OrderScreen/background/1.png new file mode 100644 index 0000000..1c57392 Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/1.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/10.png b/src/views/SmartScreen/OrderScreen/background/10.png new file mode 100644 index 0000000..ae10658 Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/10.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/2.png b/src/views/SmartScreen/OrderScreen/background/2.png new file mode 100644 index 0000000..56d851e Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/2.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/3.png b/src/views/SmartScreen/OrderScreen/background/3.png new file mode 100644 index 0000000..8bc92cf Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/3.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/4.png b/src/views/SmartScreen/OrderScreen/background/4.png new file mode 100644 index 0000000..ecf7639 Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/4.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/5.png b/src/views/SmartScreen/OrderScreen/background/5.png new file mode 100644 index 0000000..3199260 Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/5.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/6.png b/src/views/SmartScreen/OrderScreen/background/6.png new file mode 100644 index 0000000..ab1fcdb Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/6.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/7.png b/src/views/SmartScreen/OrderScreen/background/7.png new file mode 100644 index 0000000..1bf7e8c Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/7.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/8.png b/src/views/SmartScreen/OrderScreen/background/8.png new file mode 100644 index 0000000..951770b Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/8.png differ diff --git a/src/views/SmartScreen/OrderScreen/background/9.png b/src/views/SmartScreen/OrderScreen/background/9.png new file mode 100644 index 0000000..97f6a6e Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/background/9.png differ diff --git a/src/views/SmartScreen/OrderScreen/charts/DemoBar.vue b/src/views/SmartScreen/OrderScreen/charts/DemoBar.vue new file mode 100644 index 0000000..39f7105 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/DemoBar.vue @@ -0,0 +1,145 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/DemoChart.vue b/src/views/SmartScreen/OrderScreen/charts/DemoChart.vue new file mode 100644 index 0000000..3172246 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/DemoChart.vue @@ -0,0 +1,97 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/DemoLine.vue b/src/views/SmartScreen/OrderScreen/charts/DemoLine.vue new file mode 100644 index 0000000..19138a4 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/DemoLine.vue @@ -0,0 +1,120 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/DemoList.vue b/src/views/SmartScreen/OrderScreen/charts/DemoList.vue new file mode 100644 index 0000000..252b288 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/DemoList.vue @@ -0,0 +1,89 @@ + + + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/DemoPie.vue b/src/views/SmartScreen/OrderScreen/charts/DemoPie.vue new file mode 100644 index 0000000..c1abee0 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/DemoPie.vue @@ -0,0 +1,120 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart1.vue b/src/views/SmartScreen/OrderScreen/charts/chart1.vue new file mode 100644 index 0000000..17020b1 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart1.vue @@ -0,0 +1,137 @@ + + + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart100.vue b/src/views/SmartScreen/OrderScreen/charts/chart100.vue new file mode 100644 index 0000000..ccd138c --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart100.vue @@ -0,0 +1,112 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart2.vue b/src/views/SmartScreen/OrderScreen/charts/chart2.vue new file mode 100644 index 0000000..f8e8626 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart2.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart3.vue b/src/views/SmartScreen/OrderScreen/charts/chart3.vue new file mode 100644 index 0000000..87207d7 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart3.vue @@ -0,0 +1,205 @@ + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart4.vue b/src/views/SmartScreen/OrderScreen/charts/chart4.vue new file mode 100644 index 0000000..1077384 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart4.vue @@ -0,0 +1,78 @@ + + + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart40.vue b/src/views/SmartScreen/OrderScreen/charts/chart40.vue new file mode 100644 index 0000000..0e60553 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart40.vue @@ -0,0 +1,115 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart41.vue b/src/views/SmartScreen/OrderScreen/charts/chart41.vue new file mode 100644 index 0000000..04807bd --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart41.vue @@ -0,0 +1,89 @@ + + + + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart5.vue b/src/views/SmartScreen/OrderScreen/charts/chart5.vue new file mode 100644 index 0000000..5c2d877 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart5.vue @@ -0,0 +1,118 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart6.vue b/src/views/SmartScreen/OrderScreen/charts/chart6.vue new file mode 100644 index 0000000..fd8c227 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart6.vue @@ -0,0 +1,126 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart7.vue b/src/views/SmartScreen/OrderScreen/charts/chart7.vue new file mode 100644 index 0000000..1c77804 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart7.vue @@ -0,0 +1,129 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/chart8.vue b/src/views/SmartScreen/OrderScreen/charts/chart8.vue new file mode 100644 index 0000000..aa69508 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/chart8.vue @@ -0,0 +1,116 @@ + + + diff --git a/src/views/SmartScreen/OrderScreen/charts/table.css b/src/views/SmartScreen/OrderScreen/charts/table.css new file mode 100644 index 0000000..f4589fe --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/charts/table.css @@ -0,0 +1,29 @@ +.el-table { + background-color: transparent !important; /* Set the background color for the table */ + --el-table-text-color: #eee !important; + + --el-table-border-color: transparent !important; /* Set the border color for the table */ + --el-table-border: 1px solid #fff !important; /* Set the border for the table */ + --el-table-border-style: none !important; /* Set the border style for the table */ + --el-table-border-width: 0 !important; /* Set the border width for the table */ + --el-table-header-bg-color: transparent !important; /* Set the background color for the table header */ + --el-table-header-text-color: #eee !important; /* Set the text color for the table header */ + --el-table-header-cell-padding: 0 0 0 0 !important; /* Set the padding for the table header cell */ + --el-table-row-hover-bg-color: transparent !important; /* Set the background color for the table row on hover */ + --el-table-row-hover-text-color: #fff !important; /* Set the text color for the table row on hover */ + --el-table-row-text-color: #fff !important; /* Set the text color for the table row */ + --el-table-row-bg-color: transparent !important; /* Set the background color for the table row */ + --el-table-header-cell-height: 40px !important; /* Set the height for the table header cell */ + --el-table-cell-height: 40px !important; /* Set the height for the table cell */ +--el-table-cell-padding: 0 0 0 0 !important; /* Set the padding for the table cell */ + --el-table-tr-bg-color: transparent !important; /* Set the background color for the table row */ +} + +.title{ + height: 20px; + font-size: 20px; + font-weight: 700; + display: flex; + align-items: center; + color: #fff; +} \ No newline at end of file diff --git a/src/views/SmartScreen/OrderScreen/components/header.png b/src/views/SmartScreen/OrderScreen/components/header.png new file mode 100644 index 0000000..e9c8411 Binary files /dev/null and b/src/views/SmartScreen/OrderScreen/components/header.png differ diff --git a/src/views/SmartScreen/OrderScreen/components/kbHeader.vue b/src/views/SmartScreen/OrderScreen/components/kbHeader.vue new file mode 100644 index 0000000..d8e8658 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/components/kbHeader.vue @@ -0,0 +1,29 @@ + + + + + diff --git a/src/views/SmartScreen/OrderScreen/components/kbTime.vue b/src/views/SmartScreen/OrderScreen/components/kbTime.vue new file mode 100644 index 0000000..558fa0a --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/components/kbTime.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/src/views/SmartScreen/OrderScreen/components/logo.vue b/src/views/SmartScreen/OrderScreen/components/logo.vue new file mode 100644 index 0000000..0df57fe --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/components/logo.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/views/SmartScreen/OrderScreen/index.css b/src/views/SmartScreen/OrderScreen/index.css new file mode 100644 index 0000000..6e3b731 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/index.css @@ -0,0 +1,60 @@ +body { + margin: 0; + padding: 0; +} +.background { + padding: 0; + margin: 0; + position: fixed; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + background-color: black; + /* background: url('./background/2.png') no-repeat; */ + background-size: 100% 100%; + -webkit-filter: brightness(0.1); + filter: brightness(0.1); + z-index: -1; +} +.back { + border: 2px solid #a9aabc; +} +.border { + border: 2px solid #a9aabc; +} +.screen { + padding: 0; + margin: 0; + width: 99%; + height: 100%; + color: #eeeeee; + background-color: rgba(32, 163, 250, 0.2); +} +.screen .header { + width: 100%; + height: 100px; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} +.screen .title { + font-size: 30px; + font-weight: 700; + color: #eeeeee; +} +.screen .back { + position: absolute; + left: 10px; + top: 10px; + color: #eeeeee; +} +.body { + display: flex; + flex-direction: column; +} +.box { + min-height: 350px; + padding: 20px; +} diff --git a/src/views/SmartScreen/OrderScreen/index.vue b/src/views/SmartScreen/OrderScreen/index.vue new file mode 100644 index 0000000..de351d3 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/index.vue @@ -0,0 +1,245 @@ + + + + + diff --git a/src/views/SmartScreen/OrderScreen/theme/chalk.json b/src/views/SmartScreen/OrderScreen/theme/chalk.json new file mode 100644 index 0000000..9186e27 --- /dev/null +++ b/src/views/SmartScreen/OrderScreen/theme/chalk.json @@ -0,0 +1,356 @@ +{ + "color": ["#0082fc", "#05f8d6", "#fdd845", "#22ed7c", "#09b0d3", "#1d27c9", "#f9e264", "#f47a75", "#72ccff", "#f0805a", "#26c0c0", "#d851cc", "#b91dd8", "#2418ea"], + "backgroundColor": "transparent", + "textStyle": { + "color": "#fff" + }, + "title": { + "textStyle": { + "color": "#ffffff" + }, + "subtextStyle": { + "color": "#dddddd" + } + }, + "line": { + "itemStyle": { + "borderWidth": "4" + }, + "lineStyle": { + "width": "3" + }, + "symbolSize": "0", + "symbol": "circle", + "smooth": true + }, + "radar": { + "itemStyle": { + "borderWidth": "4" + }, + "lineStyle": { + "width": "3" + }, + "symbolSize": "0", + "symbol": "circle", + "smooth": true + }, + "bar": { + "itemStyle": { + "barBorderWidth": 0, + "barBorderColor": "#ccc" + } + }, + "pie": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "scatter": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "boxplot": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "parallel": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "sankey": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "funnel": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "gauge": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + } + }, + "candlestick": { + "itemStyle": { + "color": "#fc97af", + "color0": "transparent", + "borderColor": "#fc97af", + "borderColor0": "#87f7cf", + "borderWidth": "2" + } + }, + "graph": { + "itemStyle": { + "borderWidth": 0, + "borderColor": "#ccc" + }, + "lineStyle": { + "width": "1", + "color": "#ffffff" + }, + "symbolSize": "0", + "symbol": "circle", + "smooth": true, + "color": ["#fc97af", "#87f7cf", "#f7f494", "#72ccff", "#f7c5a0", "#d4a4eb", "#d2f5a6", "#76f2f2"], + "label": { + "color": "#FFFFF" + } + }, + "map": { + "itemStyle": { + "areaColor": "#f3f3f3", + "borderColor": "#999999", + "borderWidth": 0.5 + }, + "label": { + "color": "#893448" + }, + "emphasis": { + "itemStyle": { + "areaColor": "rgba(255,178,72,1)", + "borderColor": "#eb8146", + "borderWidth": 1 + }, + "label": { + "color": "rgb(137,52,72)" + } + } + }, + "geo": { + "itemStyle": { + "areaColor": "#f3f3f3", + "borderColor": "#999999", + "borderWidth": 0.5 + }, + "label": { + "color": "#893448" + }, + "emphasis": { + "itemStyle": { + "areaColor": "rgba(255,178,72,1)", + "borderColor": "#eb8146", + "borderWidth": 1 + }, + "label": { + "color": "rgb(137,52,72)" + } + } + }, + "categoryAxis": { + "axisLine": { + "show": true, + "lineStyle": { + "color": "#666666" + } + }, + "axisTick": { + "show": false, + "lineStyle": { + "color": "#333" + } + }, + "axisLabel": { + "show": true, + "color": "#aaaaaa" + }, + "splitLine": { + "show": false, + "lineStyle": { + "color": ["#e6e6e6"] + } + }, + "splitArea": { + "show": false, + "areaStyle": { + "color": ["rgba(250,250,250,0.05)", "rgba(200,200,200,0.02)"] + } + } + }, + "valueAxis": { + "axisLine": { + "show": true, + "lineStyle": { + "color": "#666666" + } + }, + "axisTick": { + "show": false, + "lineStyle": { + "color": "#333" + } + }, + "axisLabel": { + "show": true, + "color": "#aaaaaa" + }, + "splitLine": { + "show": false, + "lineStyle": { + "color": ["#e6e6e6"] + } + }, + "splitArea": { + "show": false, + "areaStyle": { + "color": ["rgba(250,250,250,0.05)", "rgba(200,200,200,0.02)"] + } + } + }, + "logAxis": { + "axisLine": { + "show": true, + "lineStyle": { + "color": "#666666" + } + }, + "axisTick": { + "show": false, + "lineStyle": { + "color": "#333" + } + }, + "axisLabel": { + "show": true, + "color": "#aaaaaa" + }, + "splitLine": { + "show": false, + "lineStyle": { + "color": ["#e6e6e6"] + } + }, + "splitArea": { + "show": false, + "areaStyle": { + "color": ["rgba(250,250,250,0.05)", "rgba(200,200,200,0.02)"] + } + } + }, + "timeAxis": { + "axisLine": { + "show": true, + "lineStyle": { + "color": "#666666" + } + }, + "axisTick": { + "show": false, + "lineStyle": { + "color": "#333" + } + }, + "axisLabel": { + "show": true, + "color": "#aaaaaa" + }, + "splitLine": { + "show": false, + "lineStyle": { + "color": ["#e6e6e6"] + } + }, + "splitArea": { + "show": false, + "areaStyle": { + "color": ["rgba(250,250,250,0.05)", "rgba(200,200,200,0.02)"] + } + } + }, + "toolbox": { + "iconStyle": { + "borderColor": "#999999" + }, + "emphasis": { + "iconStyle": { + "borderColor": "#666666" + } + } + }, + "legend": { + "textStyle": { + "color": "#999999" + } + }, + "tooltip": { + "axisPointer": { + "lineStyle": { + "color": "#cccccc", + "width": 1 + }, + "crossStyle": { + "color": "#cccccc", + "width": 1 + } + } + }, + "timeline": { + "lineStyle": { + "color": "#87f7cf", + "width": 1 + }, + "itemStyle": { + "color": "#87f7cf", + "borderWidth": 1 + }, + "controlStyle": { + "color": "#87f7cf", + "borderColor": "#87f7cf", + "borderWidth": 0.5 + }, + "checkpointStyle": { + "color": "#fc97af", + "borderColor": "#fc97af" + }, + "label": { + "color": "#87f7cf" + }, + "emphasis": { + "itemStyle": { + "color": "#f7f494" + }, + "controlStyle": { + "color": "#87f7cf", + "borderColor": "#87f7cf", + "borderWidth": 0.5 + }, + "label": { + "color": "#87f7cf" + } + } + }, + "visualMap": { + "color": ["#fc97af", "#87f7cf"] + }, + "dataZoom": { + "backgroundColor": "rgba(255,255,255,0)", + "dataBackgroundColor": "rgba(114,204,255,1)", + "fillerColor": "rgba(114,204,255,0.2)", + "handleColor": "#72ccff", + "handleSize": "100%", + "textStyle": { + "color": "#333333" + } + }, + "markPoint": { + "label": { + "color": "#293441" + }, + "emphasis": { + "label": { + "color": "#293441" + } + } + } +} diff --git a/src/views/SmartScreen/index.vue b/src/views/SmartScreen/index.vue index 4f5c595..6663ec3 100644 --- a/src/views/SmartScreen/index.vue +++ b/src/views/SmartScreen/index.vue @@ -1,17 +1,16 @@