上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: vue3全局配置axios main.js import * as echarts from 'echarts' import axios from 'axios' const app = createApp(App) app.config.globalProperties.$echarts = e 阅读全文
posted @ 2022-08-20 17:29 干饭吧 阅读(973) 评论(0) 推荐(0)
摘要: 使用管理员模式,打开PowerShell,输入set-ExecutionPolicy RemoteSigned l,输入set-E xecutionPolicy RemoteSigned 阅读全文
posted @ 2022-07-02 20:56 干饭吧 阅读(147) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zdsdididi/p/16396088.html?utm_source=gold_browser_extension 阅读全文
posted @ 2022-07-02 20:56 干饭吧 阅读(32) 评论(0) 推荐(0)
摘要: <el-pagination v-if="paginationShow"@current-change="handleCurrentChange":current-page.sync="pagination.currentPage":page-size="pagination.size"layout 阅读全文
posted @ 2022-07-01 15:49 干饭吧 阅读(93) 评论(0) 推荐(1)
摘要: xAxis: { type: 'category', boundaryGap: false, inverse: true, axisLabel: { show: true, }, axisTick: { show: false, }, axisLine: { lineStyle: { color: 阅读全文
posted @ 2022-06-01 09:53 干饭吧 阅读(377) 评论(0) 推荐(0)
摘要: itemStyle:{ normal:{ color:function(params){ var color=['red','yellow','blue'] return color[params.dataIndex%color.length] } } } 阅读全文
posted @ 2022-06-01 08:59 干饭吧 阅读(1073) 评论(0) 推荐(0)
摘要: tooltip:{ trigger:"axis", axisPointer:{ type:"none" } } 阅读全文
posted @ 2022-05-31 19:28 干饭吧 阅读(1953) 评论(0) 推荐(0)
摘要: const years = ["2018","2019","2020","2021"];const sale = [1000, 2000, 3000, 4000]; const result = years.map((year, i) => ({ text: year, id: sale[i].to 阅读全文
posted @ 2022-05-30 15:19 干饭吧 阅读(105) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>公告滚动</title> <style type="text/css"> .case { position: absolute; width: 800px; height: 30p 阅读全文
posted @ 2022-05-25 17:06 干饭吧 阅读(131) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-05-25 17:05 干饭吧 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页