gpt4 book ai didi

html - toastr (ngx-toastr)顶部居中对齐没有顶部边距

转载 作者:太空宇宙 更新时间:2023-11-04 05:44:31 25 4
gpt4 key购买 nike

我正在使用 ngx-toastr图书馆。我正在启动位于屏幕顶部中央的消息,如下所示:

@Injectable()
export class MessageService {

constructor(private toastrService: ToastrService) { }

showErrorMessage(message: string) {
this.toastrService.error(message, undefined, {
positionClass: 'toast-top-center'
});
}
}

问题是显示的 toast 顶部没有任何边距:

enter image description here

我该如何解决这个问题?

最佳答案

style.css 中添加这个

.toast {
margin-top: 45px !important;
}

关于html - toastr (ngx-toastr)顶部居中对齐没有顶部边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58842585/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com