Message

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

< Commentaires sur Message

Avis: Bon - le script fonctionne correctement

§
Posté le: 01/02/2024

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

WhiteSevsAuteur
§
Posté le: 01/02/2024

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

固定长度可以自行添加CSS

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

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

Poster une réponse

Connectez-vous pour poster une réponse.