摘要:
<div :style="'width:'+ num * 3.3 +'%;'"></div> <div :style="'width:'+ (100 - num * 3.3) +'%;'"></div> 这里的num为30,(根据自己的需求调整num和3.3的大小)如果你觉得99.9的时候有一丝的边 阅读全文
摘要:
<div @click="fullScreen">全屏显示</div> <div @click="exitFullScreen">退出全屏</div> fullScreen () { var de = document.documentElement; if (de.requestFullscree 阅读全文