10 2022 档案

摘要:<template> <ModuleBox2 title="数据趋势图" bgType="2" :cityShow="true" moduleType="sjqs" :styleObj="styleObj" > <div class="echarts-box"> <lineMore2 :isSmoo 阅读全文
posted @ 2022-10-28 17:43 abcByme 阅读(9) 评论(2) 推荐(0) 编辑
摘要:var allArray = JSON.parse(JSON.stringify(copy_data)) //原数组 allArray.forEach((value , index) => { that.$set(value, 'goodProductNum', ' 12') //给数组里面的每个行 阅读全文
posted @ 2022-10-28 14:44 abcByme 阅读(52) 评论(0) 推荐(0) 编辑
摘要:// 获取当前日期的前7天 getDays(){ let oneDay = 24 * 60 * 60 * 1000 let endTime = new Date(Date.now() - oneDay) endTime = this.formatterDate(endTime,"yyyy-MM-dd 阅读全文
posted @ 2022-10-25 09:57 abcByme 阅读(1959) 评论(0) 推荐(0) 编辑
摘要:来自:https://juejin.cn/post/7080542771387301896 侵删 在推特上面看到 T. Afif 介绍的十个 Loading 效果。如上图。 Yeah,很赞哦,挺实用的,遂记录下来。 为保证运行正常,咱先规定下: * { box-sizing: border-box; 阅读全文
posted @ 2022-10-24 09:51 abcByme 阅读(75) 评论(0) 推荐(0) 编辑
摘要:<template> <div :style="{ width: width, height: height, backgroundImage: imgsbg }" class="base-popout" v-show="isShow" > <div class="device-info-box-h 阅读全文
posted @ 2022-10-19 15:43 abcByme 阅读(13) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="newsbox"> <div class="h146" @click="listClick($event)"> <vueSeamlessScroll :data="dataList" :class-option="classOption" class=" 阅读全文
posted @ 2022-10-19 15:42 abcByme 阅读(58) 评论(0) 推荐(0) 编辑
摘要:<template> <div :style="{ width: boxWidth, height: boxHeight, backgroundImage: imgsbg }" :class="[bgType == '1' ? 'module-box' : 'module-box-2']" clas 阅读全文
posted @ 2022-10-19 15:13 abcByme 阅读(15) 评论(0) 推荐(0) 编辑
摘要:<div class="content"> <div> <div class="chart-rising-list" v-for="(item, index) in proportionList.slice(0, 5)" :key="item + index" > <div class="chart 阅读全文
posted @ 2022-10-19 11:06 abcByme 阅读(18) 评论(0) 推荐(0) 编辑
摘要:<template> <module-box moduleType="ykjdl" bgType="2" :styleObj="styleObj" :cityShow="true" title="景区游客接待量 TOP 10"> <div class="module-content"> <div c 阅读全文
posted @ 2022-10-19 09:38 abcByme 阅读(62) 评论(0) 推荐(0) 编辑
摘要:<template> <div ref="echartsBox" class="chart" :style="{ height: height, width: width }" /> </template> <script> import * as echarts from "echarts"; i 阅读全文
posted @ 2022-10-18 11:02 abcByme 阅读(142) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="tag-cloud" ref="wrapper"> <p v-for="(item, index) in data" :key="index" ref="tag" @click="clickTag(item)" @dblclick="dbclickTag 阅读全文
posted @ 2022-10-18 10:42 abcByme 阅读(88) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示