摘要: 效果图: <div style="width: 462px; height: 220px" id="zhexiantu"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fontSize = w 阅读全文
posted @ 2021-10-09 11:09 大云之下 阅读(1689) 评论(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 大云之下 阅读(634) 评论(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 大云之下 阅读(1682) 评论(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 大云之下 阅读(1205) 评论(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 大云之下 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 效果图: <div style="width: 100%; height: 100%" id="energyRightBottom"></div> 这个地方我采用的是props传值,也可以直接写到方法里面 props: { dataOne: { type: Number, default() { r 阅读全文
posted @ 2021-10-09 10:51 大云之下 阅读(2740) 评论(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 大云之下 阅读(56) 评论(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 大云之下 阅读(2859) 评论(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 大云之下 阅读(554) 评论(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 大云之下 阅读(1499) 评论(0) 推荐(0) 编辑
大云之下