feat: 添加 Toast 和 Dialog 服务,优化组件交互和样式

This commit is contained in:
严浩
2024-12-12 19:20:49 +08:00
parent dbcc28fb42
commit 22ff97d003
3 changed files with 72 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
.p-toast {
max-width: calc(100% - 50px);
}
.p-toast .p-toast-message-text {
margin-top: -0.2rem;
}