0
增加PNotify通知字體大小的最佳方法是什麼?如何增加PNotify字體大小?
new PNotify({
title: "Title",
text: "Some information more.",
type: "notice"
})
從here
增加PNotify通知字體大小的最佳方法是什麼?如何增加PNotify字體大小?
new PNotify({
title: "Title",
text: "Some information more.",
type: "notice"
})
從here
我沒有看到任何內置的方式做到這一點。您應該將addclass: "someClass"
添加到初始化中,然後通過將說明文字.someClass .ui-pnotify-text { font-size: 1.25em }
和標題.someClass .ui-pnotify-title { font-size: 1.25em }
寫入您的自定義CSS文件來更改字體大小。