修改ui
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export default ({
|
||||
titleValue,
|
||||
subtitle,
|
||||
titleSize,
|
||||
subtitleSize,
|
||||
previousSum,
|
||||
currentSum,
|
||||
targetSum,
|
||||
@@ -26,14 +28,15 @@
|
||||
left: "48%",
|
||||
top: "middle",
|
||||
textAlign: "center",
|
||||
textVerticalAlign:'auto',
|
||||
textStyle: {
|
||||
fontWeight: 600,
|
||||
fontSize: 36,
|
||||
color: "rgba(223,241,254,.8)",
|
||||
fontWeight: 400,
|
||||
fontSize: titleSize,
|
||||
color: "rgba(223,241,254,1)",
|
||||
},
|
||||
subtext: `\u2002${yesterday + '日良率'}\u2002`,
|
||||
subtextStyle: {
|
||||
fontSize: 16,
|
||||
fontSize: subtitleSize,
|
||||
fontWeight: 100,
|
||||
color: "rgba(255,255,255,.7)",
|
||||
align: "right",
|
||||
@@ -44,8 +47,8 @@
|
||||
{
|
||||
type: "pie",
|
||||
name: "当前良率",
|
||||
radius: ["70%", "85%"],
|
||||
center: ["50%", "52%"],
|
||||
radius: ["80%", "92%"],
|
||||
center: ["50%", "50%"],
|
||||
emptyCircleStyle: {
|
||||
color: "#003982",
|
||||
},
|
||||
@@ -53,8 +56,8 @@
|
||||
// 数据 series
|
||||
{
|
||||
type: "pie",
|
||||
radius: ["70%", "85%"],
|
||||
center: ["50%", "52%"],
|
||||
radius: ["80%", "92%"],
|
||||
center: ["50%", "50%"],
|
||||
avoidLabelOvervlap: false,
|
||||
label: {
|
||||
show: false,
|
||||
@@ -118,8 +121,8 @@
|
||||
// 数据 series2 - 2023累计
|
||||
{
|
||||
type: "pie",
|
||||
radius: ["55%", "70%"],
|
||||
center: ["50%", "52%"],
|
||||
radius: ["70%", "80%"],
|
||||
center: ["50%", "50%"],
|
||||
avoidLabelOvervlap: false,
|
||||
label: {
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user