feat:完善舆情页面
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//默认设计稿的宽度
|
||||
const designWidth = 3840
|
||||
const designWidth = 3822
|
||||
//默认设计稿的高度
|
||||
const designHeight = 1080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user