自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 echarts 3/4环形图

echarts 3/4环形图

2022-07-18 17:22:12 1124

原创 echarts中国地图 飞线 热力

<template> <div style="width: 100%; height: 100%; padding: 5px 10px"> <div id="map" style="width: 788px; height: 700px"></div> </div></template><script>import axios from "axios";import china from "../.

2022-03-02 15:38:19 549

原创 echarts中国地图 飞线 散点 vue

<template> <div class="map"> <div id="map" :style="{ height: height, width: width }"></div> </div></template>initChart() { let myChart = echarts.init(document.getElementById("map"), "macarons"); wi

2021-12-30 15:08:11 1144

原创 2020-12-08 随笔

input 金额正则,正数保留两位小数onkeyup="value=value.replace(/[^\d{1,}\.\d{1,}|\d{1,}]/g,'').replace('.','$#$').replace(/\./g,'').replace('$#$','.').replace(/\.{2,}/g,'.').replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2.$3')"ElementUI el-input 设置 type 类型为 number 时,如何去...

2021-04-14 15:15:35 123

原创 小程序 canvas

<view class="intro"> <view> 原始价格:<input class="price" type="num" value="{{price}}" bindinput="bindKeyP" placeholder="请输入"/> </view> <view> 拼团价格:<input class="price" type="num" value="{{teamprice}}" bindinput=.

2020-07-30 11:14:05 252

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除