取消toast动画

This commit is contained in:
TOP糯米 2023-04-08 00:41:10 +08:00
parent b081a06cf9
commit c317c2c3d1
1 changed files with 0 additions and 9 deletions

View File

@ -28,14 +28,6 @@ export default {
</script>
<style lang="less" scoped>
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 0.9;
}
}
.components-widgets-toast {
z-index: 25;
position: fixed;
@ -45,7 +37,6 @@ export default {
margin: 0 auto;
text-align: center;
max-width: 400rpx;
animation: fadeIn 0.35s forwards;
.toast {
display: inline-block;
font-size: 28rpx;