4a087cfd by zrj

大屏日光夜光模式修改

1 parent 26279e4f

124 KB | W: | H:

105 KB | W: | H:

src/assets/image/bg_light.png
src/assets/image/bg_light.png
src/assets/image/bg_light.png
src/assets/image/bg_light.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -60,7 +60,7 @@ const nowDate = ref(`${year}-${formatMonth(month)}`)
let selectBase = ref()
let baseList = ref()
let isLeader = ref(false)
// url.value = 'http://192.168.1.152:8899/login/sid=99afabdd-240a-4486-9b65-a9af641d6b51#/'
// url.value = 'http://192.168.1.152:8899/login/sid=986af69a-c0a2-44a8-9eb5-6702f5ff9a13#/'
url.value = window.location.href
result.value = url.value?.split('=')[1]?.split('#')[0];
......
......@@ -2190,12 +2190,12 @@ const handelContrast = (row1, row2, TBdata, HBdata, flag, type) => {
axisPointer: {
type: 'shadow'
},
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
backgroundColor: 'rgba(5, 28, 51, 1)',// 背景色
borderColor: 'rgba(46, 151, 198, 1)',// 边框颜色
borderWidth: 1, // 边框宽度
textStyle: {
color: props.myTheme=='dark'?'#fff':'#515F6F', // 文字颜色
fontSize: 12, // 文字大小
color: props.myTheme=='dark'?'#fff':'#515F6F',// 文字颜色
fontSize: 12,// 文字大小
},
formatter: function (params) {
let tip = `${params[0].name}<br/>`;
......
......@@ -732,6 +732,9 @@ const setB = (arr1, arr2, arr3, arr4) => {
borderColor: '#00FFBE',
borderWidth: 1
},
lineStyle: {
width: 4
},
barWidth: '15%'
},
{
......@@ -743,18 +746,22 @@ const setB = (arr1, arr2, arr3, arr4) => {
// data: [120, 132, 101, 134, 90, 230, 210, 101, 134, 90, 230, 210],
data: arr3,
itemStyle: {
color: {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(32, 217, 170, .4)'}, // 顶部颜色
{offset: 1, color: 'rgba(8, 130, 160, .4)'} // 底部颜色
],
},
// color: {
// type: 'linear',
// x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
// colorStops: [
// {offset: 0, color: 'rgba(32, 217, 170, .4)'}, // 顶部颜色
// {offset: 1, color: 'rgba(8, 130, 160, .4)'} // 底部颜色
// ],
//
// },
color:'#695ff9',
borderColor: 'rgba(0, 255 ,190, .4)',
borderWidth: 1
},
lineStyle: {
width: 4
},
barWidth: '15%'
},
{
......@@ -777,6 +784,9 @@ const setB = (arr1, arr2, arr3, arr4) => {
borderColor: '#F0FF00',
borderWidth: 1
},
lineStyle: {
width: 4
},
barWidth: '15%'
},
{
......@@ -788,17 +798,21 @@ const setB = (arr1, arr2, arr3, arr4) => {
// data: [150, 232, 201, 154, 190, 330, 410, 201, 154, 190, 330, 410],
data: arr2,
itemStyle: {
color: {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(242, 196, 0,.5 )'}, // 顶部颜色
{offset: 1, color: 'rgba(153, 101, 0,.5 )'} // 底部颜色
]
},
// color: {
// type: 'linear',
// x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
// colorStops: [
// {offset: 0, color: 'rgba(242, 196, 0,.5 )'}, // 顶部颜色
// {offset: 1, color: 'rgba(153, 101, 0,.5 )'} // 底部颜色
// ]
// },
color:'#0080df',
borderColor: 'rgba(240,255,0, .4)',
borderWidth: 1
},
lineStyle: {
width: 4
},
barWidth: '15%'
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!