mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-02 12:09:59 +08:00
refactor: 更改 Toast 内容文字
This commit is contained in:
parent
75d70ca36d
commit
191a0c2c1f
@ -85,7 +85,7 @@ namespace BootstrapBlazor.WebConsole.Pages
|
||||
{
|
||||
Category = ToastCategory.Information,
|
||||
Title = "消息通知",
|
||||
Content = "我不会自动关闭哦,请点击右上角关闭按钮"
|
||||
Content = "<b>Toast</b> 组件更改位置啦,4 秒后自动关闭"
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user