随笔分类 - 前端
摘要:需要填充select,其前端代码如下 <div class="col-sm-4"> <label for="selectBockNO">Block NO</label> <select class="form-control" id="selectBockNO" size="1" multiple
阅读全文
摘要:table初始状态 滚动起来后如下,表头被滚出了div外。 将表头设置position:sicky;top:-12px后如下,再次滚动表头就不会出现上述情况了。 详细的做法如下: thead tr:first-child { background-color: #CCC; position:stic
阅读全文
摘要:测试链接: https://echarts.apache.org/examples/zh/editor.html?c=custom-profile 操作方法,将下述代码copy到编辑窗口,即可进行相应测试。 var data = []; var dataCount = 10; var startTi
阅读全文
摘要:option = { series: [{ type: 'gauge', progress: { color:'FF0000', show: true, width: 18 }, axisLine: { lineStyle: { width: 18 } }, axisTick: { show: fa
阅读全文