diff --git a/src/views/bigScreen/components/bigScreenHead/index.vue b/src/views/bigScreen/components/bigScreenHead/index.vue index b8c841c..e4419fd 100644 --- a/src/views/bigScreen/components/bigScreenHead/index.vue +++ b/src/views/bigScreen/components/bigScreenHead/index.vue @@ -1,74 +1,107 @@ - - diff --git a/src/views/bigScreen/securityManage/center2.vue b/src/views/bigScreen/securityManage/center2.vue index d982fe4..be4c7c4 100644 --- a/src/views/bigScreen/securityManage/center2.vue +++ b/src/views/bigScreen/securityManage/center2.vue @@ -1,72 +1,35 @@ @@ -75,6 +38,7 @@ import container4 from './components/container4/index.vue' import rocketTit from '../components/rocketTit/index.vue' import vueSeamlessScroll from 'vue-seamless-scroll' +import bigScreenTabs from '../components/bigScreenTabs/index.vue' import echarts from 'echarts' require('echarts/theme/macarons') // echarts theme import resize from '../../dashboard/mixins/resize' @@ -85,10 +49,40 @@ export default { container4, rocketTit, vueSeamlessScroll, + bigScreenTabs, }, data() { return { + index: 0, + listData: [1, 2, 3, 4, 5, 6, 7, 8], + scrollList: [ + { + id: 1, + name: '部门一', + txt: '高压作业', + }, + { + id: 2, + name: '部门二', + txt: '易燃作业', + }, + { + id: 3, + name: '部门三', + txt: '易燃作业', + }, + { + id: 4, + name: '部门四', + txt: '易燃作业', + }, + { + id: 5, + name: '部门五', + txt: '易燃作业', + }, + ], } }, mounted() {}, @@ -107,28 +101,42 @@ export default { left: 0; z-index: -1; } -.data { - display: flex; - margin: 0 15px; - background: rgba(2, 18, 63, 0.4); - color: #ffffff; - font-size: 18px; - .data-item { - flex: 1; - > div { - margin: 5px 0; - text-align: center; +.warp-scroll { + height: 215px; + width: 100%; + margin: 0 auto; + overflow: hidden; + ul { + list-style: none; + padding: 0; + margin: 0 auto; + li, + a { + display: block; + display: flex; + justify-content: space-between; + font-size: 15px; } - .num { - font-size: 28px; - font-family: Roboto-BlackItalic, Roboto; - font-weight: 600; - color: #55c5a2; - vertical-align: sub; - padding-right: 3px; + li { + display: block; + height: 42px; + line-height: 42px; + background: #2a437d; + opacity: 0.6; + // box-shadow: 0px 1px 0px 0px rgba(139, 177, 237, 0.5); + margin-bottom: 1px; + img { + vertical-align: sub; + margin-right: 5px; + } } } } +.box { + display: flex; + justify-content: center; + align-items: center; +} .warp { height: 280px; diff --git a/src/views/bigScreen/securityManage/components/container4/index.vue b/src/views/bigScreen/securityManage/components/container4/index.vue index f0eba7f..afe99bd 100644 --- a/src/views/bigScreen/securityManage/components/container4/index.vue +++ b/src/views/bigScreen/securityManage/components/container4/index.vue @@ -1,8 +1,7 @@