提交 53898f6a 编写于 作者: P Peter Pan

fix: high-dimensional page background missing

上级 dec08fd2
import React, {FunctionComponent, useEffect, useMemo} from 'react'; import React, {FunctionComponent, useEffect, useMemo} from 'react';
import {WithStyled, position, primaryColor, size} from '~/utils/style'; import {WithStyled, backgroundColor, position, primaryColor, size} from '~/utils/style';
import GridLoader from 'react-spinners/GridLoader'; import GridLoader from 'react-spinners/GridLoader';
import styled from 'styled-components'; import styled from 'styled-components';
...@@ -7,6 +7,7 @@ import useECharts from '~/hooks/useECharts'; ...@@ -7,6 +7,7 @@ import useECharts from '~/hooks/useECharts';
const Wrapper = styled.div` const Wrapper = styled.div`
position: relative; position: relative;
background-color: ${backgroundColor};
> .echarts { > .echarts {
height: 100%; height: 100%;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册