diff --git a/src/views/capital/comps/left/bottom/1/index.html b/src/views/capital/comps/left/bottom/1/index.html index 31da72e..86b7673 100644 --- a/src/views/capital/comps/left/bottom/1/index.html +++ b/src/views/capital/comps/left/bottom/1/index.html @@ -1,3 +1,11 @@ - + + + + + + + + + \ No newline at end of file diff --git a/src/views/capital/comps/left/bottom/1/index.js b/src/views/capital/comps/left/bottom/1/index.js index d3863a7..f436a1c 100644 --- a/src/views/capital/comps/left/bottom/1/index.js +++ b/src/views/capital/comps/left/bottom/1/index.js @@ -1,11 +1,18 @@ import Pannel from '@/components/pannel/index.vue'; +import PannelTabs from '@/components/pannel-tabs/index.vue'; +import LineCharts from '@/components/charts/line/index.vue'; +import PieCharts from '@/components/charts/pie/index.vue'; export default { components: { + LineCharts, + PieCharts, + PannelTabs, Pannel }, data () { return { + tabIndex: '1' }; }, created () { @@ -13,5 +20,9 @@ export default { mounted () { }, methods: { + tabChange (info) { + console.log(info); + this.tabIndex = info.id + } } }; diff --git a/src/views/capital/comps/left/bottom/1/index.scss b/src/views/capital/comps/left/bottom/1/index.scss index e69de29..938adcd 100644 --- a/src/views/capital/comps/left/bottom/1/index.scss +++ b/src/views/capital/comps/left/bottom/1/index.scss @@ -0,0 +1,17 @@ +.full { + display: flex; + flex-direction: column; + + .top { + height: 50px !important; + width: 100%; + display: flex !important; + align-items: center !important; + justify-content: flex-end; + } + + .buttom { + flex: 1; + width: 100%; + } +} \ No newline at end of file diff --git a/src/views/capital/comps/left/middle/1/index.html b/src/views/capital/comps/left/middle/1/index.html index f15faf2..a914aa5 100644 --- a/src/views/capital/comps/left/middle/1/index.html +++ b/src/views/capital/comps/left/middle/1/index.html @@ -1,11 +1,11 @@ - - - - - - - - + + + + + + + + \ No newline at end of file