提交 2beaa69f authored 作者: 李's avatar

修改样式

上级 e566c7e0
...@@ -47,7 +47,7 @@ const xAxisCity = [ ...@@ -47,7 +47,7 @@ const xAxisCity = [
"丽水", "丽水",
]; ];
const cityData = { const cityData = {
value: [40.40, 40.40, 40, 40, 40, 40, 40, 40, 40, 40, 40], value: [40, 40.40, 40, 40, 40, 40, 40, 40, 40, 40, 40],
}; };
/** /**
...@@ -122,7 +122,7 @@ export default defineComponent({ ...@@ -122,7 +122,7 @@ export default defineComponent({
legend: {}, legend: {},
grid: { grid: {
top: "10%", top: "10%",
left: "5%", left: "0.8%",
right: "2%", right: "2%",
bottom: "3%", bottom: "3%",
containLabel: true, containLabel: true,
...@@ -218,7 +218,7 @@ export default defineComponent({ ...@@ -218,7 +218,7 @@ export default defineComponent({
background: rgba(248, 249, 251, 1); background: rgba(248, 249, 251, 1);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 0 10px 0 10px; padding: 0 10px 0 14px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 10px; margin-top: 10px;
} }
...@@ -282,6 +282,7 @@ export default defineComponent({ ...@@ -282,6 +282,7 @@ export default defineComponent({
margin-top: 15px; margin-top: 15px;
font-size: 16px; font-size: 16px;
color: #4198ff; color: #4198ff;
padding-left: 5px;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论