This commit is contained in:
2024-08-27 13:26:25 +08:00
parent 2cb5c7fcd2
commit 2bc9908f62
7 changed files with 11 additions and 476 deletions

View File

@@ -48,6 +48,7 @@ export default function getOptions(chartData: any) {
},
yAxis: {
name: "单位/%",
min: 50,
nameTextStyle: {
color: "#fff",
fontSize: 14,

View File

@@ -23,7 +23,7 @@ export default function getOptions(dataProps: number[], color: string[]) {
},
},
yAxis: {
name: "单位/片",
name: "单位/片",
nameTextStyle: {
color: "#fff",
fontSize: 14,

View File

@@ -38,7 +38,7 @@ export default function getOptions(chartData: any) {
},
},
yAxis: {
name: "单位/片",
name: "单位/片",
nameTextStyle: {
color: "#fff",
fontSize: 14,

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>矩形备份 16</title>
<defs>
<rect id="path-1" x="107.233171" y="10.535516" width="8" height="8" rx="4"></rect>
<filter x="-75.0%" y="-75.0%" width="250.0%" height="250.0%" filterUnits="objectBoundingBox" id="filter-2">
<feMorphology radius="1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
<feOffset dx="0" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.278431373 0 0 0 0 1 0 0 0 0 0.152941176 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="洛阳" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="洛阳现场看板tc" transform="translate(-1374.233171, -640.985634)">
<g id="编组-13" transform="translate(1255.024831, 507.964484)">
<g id="矩形备份-16" transform="translate(15.975169, 126.485634)">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#47FF27" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -258,7 +258,7 @@
padding: 10px 15px;
}
.center_up .eq_info .eq_info_inner {
height: 20px;
font-size: 18px;
height: 24px;
font-size: 17px;
white-space: nowrap;
}