feat:完善舆情页面

This commit is contained in:
zjc
2024-12-19 18:21:28 +08:00
parent 42a680c9c3
commit 188e233c7f
25 changed files with 641 additions and 139 deletions

View File

@@ -1,5 +1,5 @@
/* Echarts图表尺寸自适应 */
export const fitChartSize = (size, width = 3840) => {
export const fitChartSize = (size, width = 3822) => {
let clientWidth =
window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth
if (!clientWidth) return size

View File

@@ -1,5 +1,5 @@
//默认设计稿的宽度
const designWidth = 3840
const designWidth = 3822
//默认设计稿的高度
const designHeight = 1080