上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: 设置高度height,记得给左右侧div一个最小高度min-height,保证没有内容的时候有一定的高度,内容撑起来的时候再自动适应 <el-col :xs="12" :sm="6" :md="2" class="grid-cell"> <div class="grid-content bg-pur 阅读全文
posted @ 2023-04-18 11:21 Ao_min 阅读(670) 评论(0) 推荐(0) 编辑
摘要: <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 阅读(38) 评论(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 阅读(29) 评论(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 阅读(109) 评论(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 阅读(684) 评论(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 阅读(339) 评论(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 阅读(1370) 评论(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 阅读(681) 评论(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 阅读(481) 评论(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 阅读(1009) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页