3827e126 by zhangmeng

看板

1 parent c491e76a
......@@ -328,6 +328,7 @@ const handelBing1 = (arr1, arr2) => {
const option = {
tooltip: {
trigger: 'item',
position: ['20%', '30%'],
valueFormatter: (value) => value + '万',
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
......@@ -490,6 +491,7 @@ const handelBing2 = (row1, row2) => {
const option = {
tooltip: {
trigger: 'item',
position: ['20%', '30%'],
valueFormatter: (value) => value + '万',
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
......@@ -598,6 +600,7 @@ const handelBing3 = (row1, row2) => {
const option = {
tooltip: {
trigger: 'item',
position: ['20%', '30%'],
valueFormatter: (value) => value + '万',
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
......@@ -1310,7 +1313,7 @@ const clear = () => {
.titleTop {
text-align: center;
font-family: PingFang SC, serif;
font-family: SimHei, serif;
font-weight: 600;
font-size: calc(20 * 100vw / 1920);
color: #FFFFFF;
......@@ -1355,7 +1358,7 @@ const clear = () => {
.rTop {
display: flex;
justify-content: space-between;
font-family: PingFang SC, serif;
font-family: rTop, serif;
font-weight: 600;
font-size: calc(20 * 100vw / 1920);
color: #FFFFFF;
......
......@@ -961,7 +961,7 @@ onUnmounted(() => {
}
.itemBox {
width: 45%;
width: 70%;
background: #0B2239;
box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27);
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!