摘要: BootStrap Table <table id="table" class="table"></table> $("#table").bootstrapTable({}); columns: 配置标题 columns:[ [ { "title": "洗衣机统计表", "halign":"cent 阅读全文
posted @ 2021-03-10 11:55 荆棘中的百合花 阅读(2576) 评论(0) 推荐(0) 编辑
摘要: Javascript: 网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.off 阅读全文
posted @ 2021-03-10 11:45 荆棘中的百合花 阅读(281) 评论(0) 推荐(0) 编辑
摘要: echarts官方地址:https://echarts.apache.org/zh/index.html bar 柱状图:https://echarts.apache.org/examples/zh/index.html#chart-type-bar option配置: tooltip: 鼠标放上提 阅读全文
posted @ 2021-03-10 10:22 荆棘中的百合花 阅读(116) 评论(0) 推荐(0) 编辑