摘要:
代码: markArea: { silent: true, data: [ [{ name: '', yAxis: 0, itemStyle: { color: 'rgba(233,250,140,0.8)' }, }, { yAxis: 1000 }], [{ name: '', yAxis: 1 阅读全文
posted @ 2023-11-17 16:38
忙着可爱呀~
阅读(175)
评论(0)
推荐(0)
摘要:
1、设置文字渐变 background: linear-gradient(to bottom, #FF9732, #FF4E00); -webkit-background-clip: text; color: transparent; 2、css动效 https://www.17sucai.com/ 阅读全文
posted @ 2023-11-17 16:38
忙着可爱呀~
阅读(13)
评论(0)
推荐(0)
摘要:
1、fontawesome图标使用 地址:http://www.fontawesome.com.cn/get-started/ 1、安装 npm install font-awesome --save 2、引入 import 'font-awesome/css/font-awesome.min.cs 阅读全文
posted @ 2023-11-17 16:38
忙着可爱呀~
阅读(8)
评论(0)
推荐(0)
摘要:
http://zhongguose.com/#jiqing 阅读全文
posted @ 2023-11-17 16:37
忙着可爱呀~
阅读(7)
评论(0)
推荐(0)
摘要:
z组件代码: <!-- 分页组件,使用说明见 README.md --> <template> <div class='YxkPage'> <template v-if="pageObj.total"> <el-pagination v-bind="dataBind(pageObj)" @curre 阅读全文
posted @ 2023-11-17 16:37
忙着可爱呀~
阅读(133)
评论(0)
推荐(0)
摘要:
getTime: function(during,config) { var s = Math.floor(during / 1) % 60; during = Math.floor(during / 60); var m = during % 60; during = Math.floor(dur 阅读全文
posted @ 2023-11-17 16:37
忙着可爱呀~
阅读(102)
评论(0)
推荐(0)
摘要:
组件代码: <el-button v-print="{id: 'print-content'}" icon="el-icon-printer">打印</el-button> // 插件 vue-print-nb 示例: 阅读全文
posted @ 2023-11-17 16:37
忙着可爱呀~
阅读(67)
评论(0)
推荐(0)
摘要:
1、Node下载 https://nodejs.org/zh-cn/download/ 2、Git下载 https://www.git-scm.com/download/ 3、VSCode https://code.visualstudio.com/ 4、PHP https://www.xp.cn/ 阅读全文
posted @ 2023-11-17 16:37
忙着可爱呀~
阅读(25)
评论(0)
推荐(0)
摘要:
1、改变数组中元素位置 Es6方法: 解构赋值: [array[index1],array[index2]] = [array[index2],array[index1]] splice方法: array.splice(index2,1,...array.splice(index1, 1 , arr 阅读全文
posted @ 2023-11-17 16:36
忙着可爱呀~
阅读(6)
评论(0)
推荐(0)
摘要:
1、官方地址:https://v-charts.js.org/#/ 2、echarts示例地址:https://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=all 阅读全文
posted @ 2023-11-17 16:36
忙着可爱呀~
阅读(11)
评论(0)
推荐(0)