取消toast动画
This commit is contained in:
parent
b081a06cf9
commit
c317c2c3d1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue