摘要: 效果图: <div style="width: 462px; height: 220px" id="zhexiantu"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSize = w 阅读全文
posted @ 2021-10-09 11:09 大云之下 阅读(1927) 评论(0) 推荐(1)
摘要: 效果图: <div style="width: 462px; height: 290px;id="propertyRightTop"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSi 阅读全文
posted @ 2021-10-09 11:04 大云之下 阅读(672) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 244px; height: 220px" id="propertyRightBottom"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fo 阅读全文
posted @ 2021-10-09 11:01 大云之下 阅读(1934) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 462px; height: 180px" id="indexLeftbottom"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSi 阅读全文
posted @ 2021-10-09 10:57 大云之下 阅读(1823) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 462px; height: 230px" id="energyRightTopDian"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fon 阅读全文
posted @ 2021-10-09 10:53 大云之下 阅读(164) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 100%; height: 100%" id="energyRightBottom"></div> 这个地方我采用的是props传值,也可以直接写到方法里面 props: { dataOne: { type: Number, default() { r 阅读全文
posted @ 2021-10-09 10:51 大云之下 阅读(3243) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 462px; height: 180px" id="energyLeftTop"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSize 阅读全文
posted @ 2021-10-09 10:47 大云之下 阅读(63) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 260px; height: 253px" id="teachingLeftTop"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSi 阅读全文
posted @ 2021-10-09 10:41 大云之下 阅读(3405) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 462px; height: 180px" id="teachingRightCenter"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fo 阅读全文
posted @ 2021-10-09 10:34 大云之下 阅读(642) 评论(0) 推荐(0)
摘要: 效果图: <div style="width: 462px; height: 230px" id="teachingRightTop"></div> // 自适应字体大小 WidthAdaptive(res) { var windth = window.innerWidth; let fontSiz 阅读全文
posted @ 2021-10-09 10:30 大云之下 阅读(1605) 评论(0) 推荐(0)
大云之下