3827e126 by zhangmeng

看板

1 parent c491e76a
...@@ -328,6 +328,7 @@ const handelBing1 = (arr1, arr2) => { ...@@ -328,6 +328,7 @@ const handelBing1 = (arr1, arr2) => {
328 const option = { 328 const option = {
329 tooltip: { 329 tooltip: {
330 trigger: 'item', 330 trigger: 'item',
331 position: ['20%', '30%'],
331 valueFormatter: (value) => value + '万', 332 valueFormatter: (value) => value + '万',
332 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色 333 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
333 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色 334 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
...@@ -490,6 +491,7 @@ const handelBing2 = (row1, row2) => { ...@@ -490,6 +491,7 @@ const handelBing2 = (row1, row2) => {
490 const option = { 491 const option = {
491 tooltip: { 492 tooltip: {
492 trigger: 'item', 493 trigger: 'item',
494 position: ['20%', '30%'],
493 valueFormatter: (value) => value + '万', 495 valueFormatter: (value) => value + '万',
494 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色 496 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
495 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色 497 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
...@@ -598,6 +600,7 @@ const handelBing3 = (row1, row2) => { ...@@ -598,6 +600,7 @@ const handelBing3 = (row1, row2) => {
598 const option = { 600 const option = {
599 tooltip: { 601 tooltip: {
600 trigger: 'item', 602 trigger: 'item',
603 position: ['20%', '30%'],
601 valueFormatter: (value) => value + '万', 604 valueFormatter: (value) => value + '万',
602 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色 605 backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
603 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色 606 borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
...@@ -1310,7 +1313,7 @@ const clear = () => { ...@@ -1310,7 +1313,7 @@ const clear = () => {
1310 1313
1311 .titleTop { 1314 .titleTop {
1312 text-align: center; 1315 text-align: center;
1313 font-family: PingFang SC, serif; 1316 font-family: SimHei, serif;
1314 font-weight: 600; 1317 font-weight: 600;
1315 font-size: calc(20 * 100vw / 1920); 1318 font-size: calc(20 * 100vw / 1920);
1316 color: #FFFFFF; 1319 color: #FFFFFF;
...@@ -1355,7 +1358,7 @@ const clear = () => { ...@@ -1355,7 +1358,7 @@ const clear = () => {
1355 .rTop { 1358 .rTop {
1356 display: flex; 1359 display: flex;
1357 justify-content: space-between; 1360 justify-content: space-between;
1358 font-family: PingFang SC, serif; 1361 font-family: rTop, serif;
1359 font-weight: 600; 1362 font-weight: 600;
1360 font-size: calc(20 * 100vw / 1920); 1363 font-size: calc(20 * 100vw / 1920);
1361 color: #FFFFFF; 1364 color: #FFFFFF;
......
...@@ -961,7 +961,7 @@ onUnmounted(() => { ...@@ -961,7 +961,7 @@ onUnmounted(() => {
961 } 961 }
962 962
963 .itemBox { 963 .itemBox {
964 width: 45%; 964 width: 70%;
965 background: #0B2239; 965 background: #0B2239;
966 box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27); 966 box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27);
967 border-radius: 5px; 967 border-radius: 5px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!