daping quan
Showing
1 changed file
with
5 additions
and
5 deletions
| ... | @@ -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?'calc(19vh + 1vw - 43px)':'calc(20.5vh + 1vw + 6px)'}"/> | 35 | <div ref="zhuRef1" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 6px)'}"/> |
| 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?'calc(19vh + 1vw - 43px)':'calc(20.5vh + 1vw + 6px)'}"/> | 55 | <div ref="zhuRef2" class="zhu" style="width:70%" :style="{height:myType?'17.3vh':'calc(20.5vh + 1vw + 6px)'}"/> |
| 56 | </div> | 56 | </div> |
| 57 | 57 | ||
| 58 | <hr> | 58 | <hr> |
| ... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
| 72 | <!-- </div>--> | 72 | <!-- </div>--> |
| 73 | <!-- </div>--> | 73 | <!-- </div>--> |
| 74 | </div> | 74 | </div> |
| 75 | <div ref="zhuRef3" class="zhu" style="width:70%;height: calc(19vh + 1vw - 43px)"/> | 75 | <div ref="zhuRef3" class="zhu" style="width:70%;height: 17.3vh"/> |
| 76 | </div> | 76 | </div> |
| 77 | <hr> | 77 | <hr> |
| 78 | </div> | 78 | </div> |
| ... | @@ -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"> {{ dso }}</span> | 83 | <span class="dsotext heiti"> {{ dso }}</span> |
| 84 | </div> | 84 | </div> |
| 85 | <div ref="zhuRef4" style="width: 100%" :style="{height:myType?'calc(16vh + 1vw - 1px)':'calc(20.5vh + 1vw + 6px)'}"> | 85 | <div ref="zhuRef4" style="width: 100%" :style="{height:myType?'calc(17.3vh - 2px)':'calc(20.5vh + 1vw + 6px)'}"> |
| 86 | </div> | 86 | </div> |
| 87 | </div> | 87 | </div> |
| 88 | </div> | 88 | </div> |
| ... | @@ -1639,7 +1639,7 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { | ... | @@ -1639,7 +1639,7 @@ const handelZhu4 = (listX, dataList, arr1, arr2) => { |
| 1639 | grid: { | 1639 | grid: { |
| 1640 | left: '3%', | 1640 | left: '3%', |
| 1641 | right: '4%', | 1641 | right: '4%', |
| 1642 | bottom: '3%', | 1642 | bottom: '2%', |
| 1643 | top: "20%", | 1643 | top: "20%", |
| 1644 | containLabel: true | 1644 | containLabel: true |
| 1645 | }, | 1645 | }, | ... | ... |
-
Please register or sign in to post a comment