logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue swiper轮播-实现移动端左中右三图有间隔无缝隙轮播

话不多说还在赶项目,效果如下图:只需安装 swiper 即可,不需要安装:vue-awesome-swipernpm install swiper --save-dev下面是否完整代码<template><div class="swiper_all"><div class="swiper-container"><div class="swiper-wrap

#移动开发
antd Popover 气泡卡片,首次位置不对解决方法

解决Ant Design of Vue - Popover 气泡卡片 首次位置不对问题想要效果:首次进入效果:再次移入显示就对了,解决方法:加上高宽(:overlayStyle="{ ‘width’: ‘208.34px’, ‘height’: ‘267px’ }")如下即可<a-popover title="Title" :overlayStyle="{ 'width': '208.34p

#前端#html
vue draggable 拖拽组件

如效果图,很不错的拖拽组件:安装引入// npm i -S vuedraggable安装import draggable from "vuedraggable"HTML<template><div><draggabledelay="100":options="{animation:150}":no-transition-on-drag="true"..

#前端
vue 解决ios滑动出现两次过渡效果

抽屉似弹层,页面跳转右侧滑入左侧滑出过渡效果,在ios上用户不通过点击顶部自带返回,而是侧滑手机返回时过渡效果出现两次效果很不友好!页面跳转过渡效果解决方案vuexisIosMoveBack: false, // 判断过度动画取消的时机过渡页<template><div><transition :name="transitionName"><router-

#ios
到底了