取消toast动画
This commit is contained in:
parent
b081a06cf9
commit
c317c2c3d1
|
@ -28,14 +28,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@keyframes fadeIn {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.components-widgets-toast {
|
.components-widgets-toast {
|
||||||
z-index: 25;
|
z-index: 25;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -45,7 +37,6 @@ export default {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 400rpx;
|
max-width: 400rpx;
|
||||||
animation: fadeIn 0.35s forwards;
|
|
||||||
.toast {
|
.toast {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|
Loading…
Reference in New Issue