提交 4e216d87 authored 作者: 刘宇琪's avatar 刘宇琪

科技概览主页 样式修复

上级 ad82f0ce
// 绘制echarts图表
import * as echarts from 'echarts'
import 'echarts-wordcloud';
const setChart = (option, chartId) => {
let chartDom = document.getElementById(chartId);
if (!chartDom) {
......
......@@ -359,7 +359,7 @@ const handlePageChange = p => {
display: flex;
align-items: center;
justify-content: space-between;
margin: 36px 0 0 0;
margin: 16px 0 0 0;
padding-left: 11px;
.count {
color: rgba(59, 65, 75, 1);
......
......@@ -609,6 +609,7 @@ const ChooseArea = value => {
const handleBox5Change = async () => {
await handlegetCharacterOpinionWordCloudFn();
const wordCloudChart = getWordCloudChart(CharacterOpinionWordCloud.value);
console.log(wordCloudChart,'wordCloudChart')
setChart(wordCloudChart, "box5Chart");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论