9835b057 by zhangmeng

样式

1 parent 58124680
......@@ -97,6 +97,7 @@ import * as api from "@/apiPc/common"
import {onMounted, ref} from 'vue'
import {dayjs} from 'element-plus'
import {getYS001, getYS002, getYS003, getYS004, getYS005} from '@/api/server.js'
import yy from '@/assets/image/yy1.png'
import {getLocalList} from "/@/apiPc/local";
......@@ -406,16 +407,23 @@ const handelBing1 = (arr1, arr2) => {
startAngle: 180,
endAngle: 360,
data: [{value: 1048, name: ''}],
itemStyle: {
color: {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(1, 162, 237, 1)'}, // 顶部颜色
{offset: 1, color: 'rgba(16, 123, 184, 1)'} // 底部颜色
]
},
},
image: 'yy',
// repeat: 'repeat'
}
}
// itemStyle: {
// color: {
// type: 'linear',
// x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
// colorStops: [
// {offset: 0, color: 'rgba(1, 162, 237, 1)'}, // 顶部颜色
// {offset: 1, color: 'rgba(16, 123, 184, 1)'} // 底部颜色
// ]
// },
// },
}
]
}
......
......@@ -259,7 +259,6 @@ function handelSelect7() {
async function handelGetYS008() {
const res = await getYS008()
// list8.value = []
list8Y.value = []
month8.value = []
year8.value = []
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!