随笔分类 - 仪表盘
关于echarts仪表盘部分
摘要:<template> <div class="tu" id="dashBoard"></div> </template> <script> export default { name: "dashBoard", components: {}, data() { return { datas: 0,
阅读全文
摘要:<template> <div id="yibiao" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "yibiao", data() { return { datas: 0,
阅读全文
摘要:<template> <div id="lightset" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "lightset", data() { return { light
阅读全文
摘要:<template> <div id="openLeftOneTl" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() {
阅读全文
摘要:效果图: <div style="width: 244px; height: 220px" id="propertyRightBottom"></div> // 自适应字体大小变化 WidthAdaptive(res) { var windth = window.innerWidth; let fo
阅读全文