摘要:
this.$router.push({name:'/xx/xx',query: {id:'1'}}); this.$router.push({name:'/xx/xx',params: {id:'1'}}); this.$router.push({path:'/xx/xx',query: {id:' 阅读全文
摘要:
.modeCard{ transition: all 0.5s; } .modeCard:hover{ //鼠标悬停时激活 opacity: 0.2; //透明度 transition: 1s; //动画过渡的更加顺滑 transform: scale(1.1); //放大倍数 } 阅读全文