9835b057 by zhangmeng

样式

1 parent 58124680
...@@ -97,6 +97,7 @@ import * as api from "@/apiPc/common" ...@@ -97,6 +97,7 @@ import * as api from "@/apiPc/common"
97 import {onMounted, ref} from 'vue' 97 import {onMounted, ref} from 'vue'
98 import {dayjs} from 'element-plus' 98 import {dayjs} from 'element-plus'
99 import {getYS001, getYS002, getYS003, getYS004, getYS005} from '@/api/server.js' 99 import {getYS001, getYS002, getYS003, getYS004, getYS005} from '@/api/server.js'
100 import yy from '@/assets/image/yy1.png'
100 import {getLocalList} from "/@/apiPc/local"; 101 import {getLocalList} from "/@/apiPc/local";
101 102
102 103
...@@ -406,16 +407,23 @@ const handelBing1 = (arr1, arr2) => { ...@@ -406,16 +407,23 @@ const handelBing1 = (arr1, arr2) => {
406 startAngle: 180, 407 startAngle: 180,
407 endAngle: 360, 408 endAngle: 360,
408 data: [{value: 1048, name: ''}], 409 data: [{value: 1048, name: ''}],
410
409 itemStyle: { 411 itemStyle: {
410 color: { 412 color: {
411 type: 'linear', 413 image: 'yy',
412 x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变 414 // repeat: 'repeat'
413 colorStops: [ 415 }
414 {offset: 0, color: 'rgba(1, 162, 237, 1)'}, // 顶部颜色 416 }
415 {offset: 1, color: 'rgba(16, 123, 184, 1)'} // 底部颜色 417 // itemStyle: {
416 ] 418 // color: {
417 }, 419 // type: 'linear',
418 }, 420 // x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
421 // colorStops: [
422 // {offset: 0, color: 'rgba(1, 162, 237, 1)'}, // 顶部颜色
423 // {offset: 1, color: 'rgba(16, 123, 184, 1)'} // 底部颜色
424 // ]
425 // },
426 // },
419 } 427 }
420 ] 428 ]
421 } 429 }
......
...@@ -259,7 +259,6 @@ function handelSelect7() { ...@@ -259,7 +259,6 @@ function handelSelect7() {
259 259
260 async function handelGetYS008() { 260 async function handelGetYS008() {
261 const res = await getYS008() 261 const res = await getYS008()
262 // list8.value = []
263 list8Y.value = [] 262 list8Y.value = []
264 month8.value = [] 263 month8.value = []
265 year8.value = [] 264 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!