Commit 3682ccf3 by 陈英杰

合并分支 'test' 到 'dev'

fix

1. 修复红包动画

查看合并请求 !88
parents d1d01014 579d9c7f
...@@ -130,15 +130,6 @@ export default { ...@@ -130,15 +130,6 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.fade-enter,.fade-leave-to{
opacity: 0;
}
.fade-enter-to,.fade-leave{
opacity: 1;
}
.fade-enter-active,.fade-leave-active{
transition: opacity .6s cubic-bezier(0,0,0.58,1);
}
.default { .default {
position: fixed; position: fixed;
......
...@@ -119,19 +119,6 @@ export default { ...@@ -119,19 +119,6 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.fade-enter-to,.fade-leave{
max-height: 1.5rem;
}
.left-enter,.left-leave-to{
max-height: 0;
padding: 0;
}
.fade-enter-active,
.fade-leave-active {
transition: all .3s cubic-bezier(0,0,0.58,1);
}
.red-box { .red-box {
position: absolute; position: absolute;
top: 0; top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment