feat: 添加 Toast 和 Dialog 服务,优化组件交互和样式
This commit is contained in:
6
src/assets/reset-primevue.css
Normal file
6
src/assets/reset-primevue.css
Normal file
@ -0,0 +1,6 @@
|
||||
.p-toast {
|
||||
max-width: calc(100% - 50px);
|
||||
}
|
||||
.p-toast .p-toast-message-text {
|
||||
margin-top: -0.2rem;
|
||||
}
|
Reference in New Issue
Block a user