feat: 调整 Toast 组件样式,优化消息文本的上边距
This commit is contained in:
@ -49,4 +49,7 @@ const ToastService: ToastServiceMethods = {
|
|||||||
.p-toast {
|
.p-toast {
|
||||||
max-width: calc(100% - 50px);
|
max-width: calc(100% - 50px);
|
||||||
}
|
}
|
||||||
|
.p-toast .p-toast-message-text {
|
||||||
|
margin-top: -0.2rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user