摘要: xAxis: { //x轴参数配置 type: 'category', data: [], axisTick: { alignWithLabel: true, }, axisLine: { lineStyle: { color: '#9c9c9c', }, }, axisLabel: { // 坐标 阅读全文
posted @ 2019-10-29 14:04 潇可爱❤ 阅读(1138) 评论(0) 推荐(0)
摘要: <input class="input_text" type="text" placeholder="请输入上限" maxlength="4" onkeyup="this.value=this.value.replace(/[^\d\.\d{0,2}]/g,'')" /> 0.1~1的正则表达式:  阅读全文
posted @ 2019-10-16 14:15 潇可爱❤ 阅读(3342) 评论(0) 推荐(0)