上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: <div v-for="(item, index) in queryChangeItemByModeIddata" :key="index" > <el-form-item :label="item.itemName" v-if="item.inputTypeId == 5" :required=" 阅读全文
posted @ 2023-03-21 15:57 Ao_min 阅读(177) 评论(0) 推荐(0)
摘要: <!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>玻璃卡片悬停</title> <style> *{ 阅读全文
posted @ 2023-03-15 13:54 Ao_min 阅读(50) 评论(0) 推荐(0)
摘要: 转自于:https://www.zhangxinxu.com/study/201804/png-alpha-transparent-bg-detect.html https://www.zhangxinxu.com/wordpress/2018/05/canvas-png-transparent-b 阅读全文
posted @ 2023-03-15 13:52 Ao_min 阅读(148) 评论(0) 推荐(0)
摘要: 效果 视图层代码 <el-form-item label="猫咪名称:"> <el-select v-model="filters.deptName" placeholder="请选择猫咪"> <el-input placeholder="输入关键字进行过滤" v-model="filterText 阅读全文
posted @ 2023-02-23 21:51 Ao_min 阅读(789) 评论(0) 推荐(0)
摘要: 转自于:https://my.oschina.net/u/3704598/blog/4438210 使用 node-click 事件,该事件会接收三个参数,分别是当前 data 节点数据,node 当前节点,root 根节点数据。 我们通过 node.parent.data 即可获取父节点数据,祖先 阅读全文
posted @ 2023-02-23 21:47 Ao_min 阅读(497) 评论(0) 推荐(0)
摘要: 转自于:https://huaweicloud.csdn.net/638f116ddacf622b8df8e566.html?spm=1001.2101.3001.6650.9&utm_medium=distribute.pc_relevant.none-task-blog-2~default~Bl 阅读全文
posted @ 2023-02-09 10:48 Ao_min 阅读(2069) 评论(0) 推荐(0)
摘要: <ele-chart ref="visitChart3" style="height: 80px" :option="totalparts" /> computed: { // 柱状图 totalparts() { return { tooltip: { trigger: 'axis', axisP 阅读全文
posted @ 2023-01-10 15:06 Ao_min 阅读(755) 评论(0) 推荐(0)
摘要: 转自于:http://t.zoukankan.com/whiteprism-p-6548935.html crontab的几种常见用法:1、编辑一个文本文件,写上任务列表,然后运行crontab 文件名2、crontab -e,就可直接在vi界面中编辑任务列表3、crontab -l,查看本用户任务 阅读全文
posted @ 2023-01-10 15:05 Ao_min 阅读(510) 评论(0) 推荐(0)
摘要: option = { title: { text: '', textStyle: { color: '#17F0E3', }, }, tooltip: { trigger: 'item', formatter:function (params){ return`${params.name}${par 阅读全文
posted @ 2023-01-10 11:22 Ao_min 阅读(1355) 评论(0) 推荐(0)
摘要: 转自于:https://www.jianshu.com/p/68c83206ecfa 饼状图大小 radius: '45%', center: ['50%', '35%'], 图例的位置 legend: { orient: 'vertical', /* x: 'left', y: 'top', */ 阅读全文
posted @ 2023-01-10 11:20 Ao_min 阅读(7172) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页