<template> <div class="food" transition="move"></div> </template> <style lang="stylus" rel="stylesheet/stylus"> .food position:fixed left:0 top:0 bottom:48px z-index:30 width:100% background:#fff &.move-transition transition:all 0.2s linear transform:translate3d(0,0,0) &.move-enter,&.move-leave transform:translated3d(100%,0,0) </style>
原文地址:https://www.cnblogs.com/xuxiaoxia/p/8325836.html
时间: 2025-01-13 16:53:15