eb50d41b by zrj

daping quan

1 parent 03dc0e61
......@@ -103,7 +103,7 @@ h1 {
}
.text-top {
background: url('@/assets/image/top@2x.png') no-repeat top center;
background: url('@/assets/image/top@3x.png') no-repeat top center;
background-size: 100%;
height: calc(63 * 100vw / 1920);
margin: 0;
......
......@@ -38,7 +38,7 @@ const result = ref()
const router = useRouter()
const nowDate = new Date()
let isLeader = ref(false)
// url.value = 'http://192.168.1.152:8899/login/sid=a5d48b77-0da4-4008-aa1c-f7f0ed575413#/'
// url.value = 'http://192.168.1.152:8899/login/sid=65075093-0520-444e-af42-d277c4f366cb#/'
url.value = window.location.href
result.value = url.value?.split('=')[1]?.split('#')[0];
......
......@@ -32,7 +32,7 @@
<!-- <div style="text-align: center">{{ `${dayjs().format('YYYY')}年` }}营业收入 <br>(万元)</div>-->
<!-- </div>-->
</div>
<div ref="zhuRef1" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 6px)'}"/>
<div ref="zhuRef1" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 8px)'}"/>
</div>
<hr>
......@@ -52,7 +52,7 @@
<!-- </div>-->
<!-- </div>-->
</div>
<div ref="zhuRef2" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 6px)'}"/>
<div ref="zhuRef2" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 8px)'}"/>
</div>
<hr>
......@@ -82,7 +82,7 @@
<span class="heiti">DSO天数</span>
<span class="dsotext heiti">&nbsp;{{ dso }}</span>
</div>
<div ref="zhuRef4" style="width: 100%" :style="{height:myType?'calc(17.3vh - 2px)':'calc(20.5vh + 1vw + 6px)'}">
<div ref="zhuRef4" style="width: 100%" :style="{height:myType?'calc(17.3vh - 2px)':'calc(20.5vh + 1vw + 8px)'}">
</div>
</div>
</div>
......@@ -1640,7 +1640,7 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => {
left: '3%',
right: '4%',
bottom: '2%',
top: "20%",
top: '20%',
containLabel: true
},
xAxis: [
......@@ -1879,7 +1879,7 @@ const handelZhu4_2 = (listX1, dataList1,dataList2, arr1) => {
grid: {
left: '3%',
right: '4%',
bottom: '3%',
bottom: '2%',
top: "20%",
containLabel: true
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!