Bladeren bron

需求210 动态图水印区域调整为图区域的80% eta_comp.js

hbchen 4 maanden geleden
bovenliggende
commit
e6e0cdf30e
1 gewijzigde bestanden met toevoegingen van 2 en 7 verwijderingen
  1. 2 7
      src/CustomElement/EtaChart.ce.vue

+ 2 - 7
src/CustomElement/EtaChart.ce.vue

@@ -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;