随笔分类 - js
摘要:来自 https://www.jb51.net/article/174637.htm 侵删 1.cnpm install postcss-pxtorem -D安装postcss-pxtorem,此插件如果你用的是webpack的话只要进行安装即可,不需要另外进行配置,此插件是对px进行转换。 2.新
阅读全文
摘要:<el-carousel trigger="click" class="gwbox-carouselBox left-sub2-carouselBox" :autoplay="false" > <el-carousel-item class="gwbox-carouselBox-child" v-f
阅读全文
摘要:mapJson: [ { featureType: "land", elementType: "geometry.fill", stylers: { color: "#08304B", }, }, { featureType: "land", elementType: "geometry.strok
阅读全文
摘要://地图点击事件-公司详情 // 创建图文信息窗口 let sContent = "<div class='comyInfoBox'>" + " <div class='comyInfoBox-head'>" + "<span class='active' id='qiye1'> 企业数据 </sp
阅读全文
摘要:function showTime() { let show_day = new Array( "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日" ); let time = new Date(); let year = time.getFullYear(
阅读全文
摘要:这个问题是因为异步加载的 树形数据结构造成的。只需要筛选保留需要的属性即可。 例如,原数组结构是 对数据进行处理。保留几个需要的属性即可——
阅读全文
摘要:result.data = [ { id: "0c4a850086f211eb88ce2e17e48e1195", name: "创新园二期", parentId: "0", iconSkin: "group", isParent: true, orgNode: true, limit: false
阅读全文
摘要:<template> <div ref="myChart" :class="className" :style="{ height: height, width: width }" /> </template> <script> import * as echarts from "echarts";
阅读全文
摘要:<template> <div id="app" :class="{ 'bg-img': mapShow == false }"> <page-top /> <router-view /> <!-- <page-nav :nav-list="navList" @mapHandle="mapSwitc
阅读全文
摘要:<template> <div class="beonduty-wrap"> <p>当前模块的信息,是呈现在指挥调度的,用以呈现指挥调度的工作人员</p> <div class="beonduty-c"> <span>工作人员:</span> <div class="beonduty-c-form"
阅读全文
摘要:html: <canvas style="position:fixed;z-index:-1;left:0;top:0;min-width:100vw;min-height:100vh;" width="9600" height="2700"></canvas> js: <script> //粒子动
阅读全文
摘要:<li v-for="(item, index) in 15" @click="clickcategory(index)" :class="{ active: categoryIndex == index }" > {{ index }} </li> return { categoryIndex:
阅读全文
摘要:<template> <div :class="className" :style="{height:height,width:width}"/> </template> <script> import echarts from 'echarts' export default { props: {
阅读全文
摘要:官方有个属性设置poster 图片。但是失效 无奈。强行js修改 <video-player ref="videoPlayerHls" :playsinline="true" :options="videoOption" @error="errors($event)" class="video-pl
阅读全文
摘要:var monitorEntity = viewer.entities.add({ name: "video", position: Cesium.Cartesian3.fromDegrees(109.44, 32.11,30.0), point: { //点 pixelSize: 0, Heigh
阅读全文
摘要:<template> <div class="container"> <div class="top"> <div class="addr"> <svg-icon icon-class="location" style="width: 16px; height: 16px" />{{ dingAdd
阅读全文
摘要:来自:https://blog.csdn.net/qq_39378657/article/details/107550663 侵删 踩坑总结本来是非常简单的一个报错。正常情况下,按照网上的方法就可以解决问题。 但是我尝试了使用代理、换源、重装node.js(但是npm的配置参数没变),都没有解决问题
阅读全文
摘要://去重 if ( (this.selectPeopleList != null) & (this.selectPeopleList.length != 0) ) { let arrId = []; let arrName = []; this.selectPeopleList.map((item)
阅读全文
摘要:<template> <div> <bg-popout :isShow.sync="isShowPermissionTree" class="dialog-wrap" width="50" height="65" style="position: fixed;left: 0;top: 0;botto
阅读全文
摘要:原来的格式: dataObj: [ { id: 1, pattern: "白天模式", upTime: "08:00", downTime: "18:00", notificationMethod: 1, modelUrgency: ["1", "2", "3", "4"], }, { id: 2,
阅读全文