logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

element-ui使用rem适配

1.npm 导包npm install postcss-px2rem --save2.rem.js文件(放在src目录文件下)// rem等比适配配置文件// 基准大小const baseSize = 16;// 设置 rem 函数function setRem() {// 当前页面屏幕分辨率相对于 1280宽的缩放比例,可根据自己需要修改const scale = document.docume

#ui#vue.js#javascript
vue el-table 固定列后 鼠标滚轮 左右滚动

1.效果:2.代码:<template><div class="app-container"><el-table id="historyTable" :data="tableData" style="width: 100%" border><el-table-column fixed prop="date" label="组织机构代码" width="15

#vue.js#前端#javascript
vue tab页面缓存处理

vue tab页面缓存处理问题:使用vant 框架。底部导航切换,tab页面缓存解决:1.index 页面 xml 设置<keep-alive><router-view v-if="$route.meta.keepAlive" style="margin-bottom: 50px"/></keep-alive><router-view v-if="!$ro

vue-baidu-map 点聚合bml-marker-clusterer根据不同类型设置聚合图标

1.效果:2.代码:<template><div><baidu-map class='mapView' :center="center" :zoom="zoom" :autoLocation="true" :scroll-wheel-zoom="true"@moving="syncCenterAndZoom" @moveend="syncCenterAndZoom"

#vue.js#百度#javascript
Vue-baidu-map bm-marker自定义图标

1.代码:<bm-marker v-for="(marker,index) of listPointData" :key='marker.id':position="{lng: marker.lng, lat: marker.lat}":icon="{url:mapIcon, size: {width: 52, height: 52}}"@click="clickHandler(marker

#vue.js#百度#前端
Android 与Vue 页面交互

1.加载htmlprivate void initView() {WebSettings webSettings1 = webview.getSettings();webSettings1.setJavaScriptEnabled(true);webSettings1.setCacheMode(WebSettings.LOAD_NO_CACHE); //关闭webview中缓存webview.ge

#android#vue.js#交互
vue中使用 svg图片

vue中使用 svg图片1.assets 中新建 icons 文件夹;icons文件夹下 svg 是svg图片,index.js,svgo.yml 文件如下:a. index.jsimport Vue from 'vue'import SvgIcon from '@/components/SvgIcon'// svg component// register globallyVue.compone

element-ui el-pagination下拉选框错位、自定义样式

1.解决:el-pagination 标签中加 popper-class=‘select_bottom’css代码:.select_bottom {z-index: 2008; position: absolute; left: 147px !important; top: 355px !important; margin: 0px;border: 1px solid #55aaff;.el-se

#elementui#vue.js#javascript
鸿蒙 加载本地rowfile文件中的 json 数据

1.核心代码Gson gson = new Gson();//引入 implementation 'com.google.code.gson:gson:2.8.6'List<NewsInfo> totalNewsDataList =gson.fromJson(CommonUtils.getStringFromJsonPath(this, "entry/resources/rawfile

#harmonyos#华为#鸿蒙系统
    共 35 条
  • 1
  • 2
  • 3
  • 4
  • 请选择