提交 936b5e68 authored 作者: yanpeng's avatar yanpeng

style

上级 8e9bc026
......@@ -358,7 +358,7 @@ const handleGetBox1Data = async () => {
const box2DataList = ref([]);
const box2Total = ref(0);
const box2CurrentPage = ref(1);
const box2PageSize = ref(5);
const box2PageSize = ref(10);
const box2LeftActiveIndex = ref(0);
const box2DetailInfo = ref({});
......@@ -435,7 +435,7 @@ const box3DataList = ref([]);
const box3Total = ref(0);
const box3CurrentPage = ref(1);
const box3PageSize = ref(5);
const box3PageSize = ref(10);
const box3LeftActiveIndex = ref(0);
const box3DetailInfo = ref({});
......
......@@ -205,10 +205,10 @@
<!-- <div style="padding-left: 15px; padding-right: 15px">
<Echarts :option="leftChartOptions" ref="leftChartRef" height="430px" />
</div> -->
<div class="anti-area-datasource">
<!-- <div class="anti-area-datasource">
<el-image :src="tipsIcon" class="tips-icon"></el-image>
数据来源:美国各政府机构官网,数据时间:2025.22025.3
</div>
</div> -->
</div>
<div class="area-right">
<div class="right-title">
......@@ -217,10 +217,10 @@
</div>
<!-- <div class="right-content" ref="rightChartRef"></div> -->
<Echarts :option="rightChartOptions" height="430px" />
<div class="anti-area-datasource">
<!-- <div class="anti-area-datasource">
<el-image :src="tipsIcon" class="tips-icon"></el-image>
数据来源:美国各政府机构官网,数据时间:2025.22025.3
</div>
</div> -->
</div>
</div>
</div>
......@@ -2218,8 +2218,8 @@ watch(activeDate, async () => {
.left-content {
width: 100%;
height: calc(100% - 92px);
padding: 33px 48px 59px 50px;
height: calc(100% - 80px);
padding: 33px 48px 40px 50px;
}
.anti-area-datasource {
text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论