Message

一款优雅的原生JS页面消息提示插件,兼容性良好,无任何依赖。 An elegant native JS page message prompt plug-in, good compatibility, no dependency.

< Feedback on Message

Review: Good - script works

§
Posted: 2024-02-01

好用,建议加固定长度看着整齐一些,还有弹出的用户可以填写东西的弹窗

WhiteSevsAuthor
§
Posted: 2024-02-01

好用,建议加固定长度看着整齐一些,还有弹出的用户可以填写东西的弹窗

固定长度可以自行添加CSS

.qmsg .qmsg-content{
    width: 200px;
}

该库是Toast专用,不会混合其它弹窗,弹窗库可以看这个https://greasyfork.org/zh-CN/scripts/456485-pops

Post reply

Sign in to post a reply.