全屏
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-2 mr-8">
|
<div class="box-2 mr-8" :class="homeStore.amplify?'':'coll-box'">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div class="top flex justify-evenly">
|
<div class="top flex justify-evenly">
|
||||||
<count-item label="今日舆情总数" :count="total" suffix="条" color="#ffffff" />
|
<count-item label="今日舆情总数" :count="total" suffix="条" color="#ffffff" />
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex mt-8">
|
<div class="flex mt-8">
|
||||||
<div class="box-2 mr-8 rela">
|
<div class="box-2 mr-8 rela" :class="homeStore.amplify?'':'coll-box'">
|
||||||
<Title1 title="舆情指数" />
|
<Title1 title="舆情指数" />
|
||||||
<div class="select-box">
|
<div class="select-box">
|
||||||
<Select
|
<Select
|
||||||
@@ -51,6 +51,7 @@
|
|||||||
@on-change="getLineChart"
|
@on-change="getLineChart"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="coll-box-3">
|
||||||
<Line
|
<Line
|
||||||
:width="1500"
|
:width="1500"
|
||||||
:height="400"
|
:height="400"
|
||||||
@@ -59,6 +60,8 @@
|
|||||||
:seriesConfig="{ smooth: false, symbol: 'circle' }"
|
:seriesConfig="{ smooth: false, symbol: 'circle' }"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
<div class="box-4 mr-8 rela">
|
<div class="box-4 mr-8 rela">
|
||||||
<Title1 title="地域分析" />
|
<Title1 title="地域分析" />
|
||||||
<Area />
|
<Area />
|
||||||
@@ -82,7 +85,8 @@
|
|||||||
getTotalApi,
|
getTotalApi,
|
||||||
getSpotApi
|
getSpotApi
|
||||||
} from '@/api/sentiment.js'
|
} from '@/api/sentiment.js'
|
||||||
|
import { useHomeStore } from '@/stores/home'
|
||||||
|
const homeStore = useHomeStore()
|
||||||
let seriesData = ref([])
|
let seriesData = ref([])
|
||||||
let xAxisData = ref([])
|
let xAxisData = ref([])
|
||||||
let hotNewList = ref([])
|
let hotNewList = ref([])
|
||||||
@@ -134,6 +138,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
.select-box {
|
.select-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
@@ -248,4 +253,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.container .coll-box{
|
||||||
|
width:100%;
|
||||||
|
.coll-box-3{
|
||||||
|
display:flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user