上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: toolbox: { show: true, orient: 'vertical', left: 'right', top: 'center', feature: { dataView: { readOnly: false }, restore: {}, saveAsImage: {} }}, 把上 阅读全文
posted @ 2022-01-13 09:56 IT小姐姐 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: tooltip ={ //提示框组件 trigger: 'item', //触发类型,'item'数据项图形触发,主要在散点图,饼图等无类目轴的图表中使用。 'axis'坐标轴触发,主要在柱状图,折线图等会使用类目轴的图表中使用。 triggerOn:"mousemove", //提示框触发的条件, 阅读全文
posted @ 2022-01-12 16:46 IT小姐姐 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: 在table组件中,有一个<template slot-scope="scope"></template>,这个模板有一个slot-scope属性,这个属性的作用,等同于我们在给每个组件写CSS的时候,都会加上scoped的作用是一样的。也就是说,使用这样的一个模板,就能够让每一个下拉框都是独立的互 阅读全文
posted @ 2022-01-06 17:23 IT小姐姐 阅读(1650) 评论(0) 推荐(0) 编辑
摘要: 需要实现的效果如图,表格头部合并成一排。 因为总共是4列,所以colSpan =4表示合并4列 头部给个高度,居中一下就ok啦 阅读全文
posted @ 2021-12-28 15:24 IT小姐姐 阅读(820) 评论(0) 推荐(0) 编辑
摘要: VUE 使用md5对用户登录密码进行加密传输到数据库 前言 第一步 npm下载js-md5依赖包 第二步 引入js-md5 直接在需要使用md5加密的页面引入 全局挂载,将js-md5添加到vue原型链 第一步 npm下载js-md5依赖包 npm install --save js-md5 //项 阅读全文
posted @ 2021-12-11 14:14 IT小姐姐 阅读(3658) 评论(0) 推荐(0) 编辑
摘要: http://datav.jiaminghi.com/guide/decoration.html#dv-decoration-4-reverse 阅读全文
posted @ 2021-12-10 19:58 IT小姐姐 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 运行vue项目(npm run dev)报错 报错如下 问题原因 缺少cmd运行程序的环境变量 解决方法在环境变量Path中加上C:\windows\system32 阅读全文
posted @ 2021-12-10 08:21 IT小姐姐 阅读(1863) 评论(0) 推荐(0) 编辑
摘要: <el-table :data="detalData" stripe //斑马纹 border :header-cell-style="{textAlign: 'center'}" // 表头水平居中 :cell-style="{ textAlign: 'center' }" //表格内容水平居中 阅读全文
posted @ 2021-12-09 17:09 IT小姐姐 阅读(1837) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-09 15:08 IT小姐姐 阅读(653) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43374193/article/details/95594419 https://blog.csdn.net/harrisonz8/article/details/103183998/ 阅读全文
posted @ 2021-12-07 15:18 IT小姐姐 阅读(622) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页