eb50d41b by zrj

daping quan

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