|
@@ -60,11 +60,6 @@ async function getChartData(){
|
|
|
})
|
|
|
nextTick(()=>{
|
|
|
// console.log(chartContainer.value.clientWidth);
|
|
|
- // 设置logo宽度,换成webcomponent就不是单独的页面,不能用 媒体查询
|
|
|
- if(chartContainer.value?.clientWidth<979){
|
|
|
- markDom.value && (markDom.value.style.width="242px")
|
|
|
- markDom.value && (markDom.value.style.height="25px")
|
|
|
- }
|
|
|
chartFooter.value && (chartFooter.value.style.maxWidth=chartContainer.value?.clientWidth+'px')
|
|
|
})
|
|
|
}catch (e) {
|
|
@@ -178,8 +173,8 @@ div{
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
pointer-events: none;
|
|
|
- width: 580PX;
|
|
|
- height: 60PX;
|
|
|
+ width: 80%;
|
|
|
+ height: 80%;
|
|
|
}
|
|
|
.notfound {
|
|
|
flex: 1;
|