2017-05-09 17 views

答えて

1

から

new PNotify({ 
    title: "Title", 
    text: "Some information more.", 
    type: "notice" 
}) 

私はそれを行うための任意の組み込みの方法は表示されません。 addclass: "someClass"を初期化に追加してから、説明テキストには.someClass .ui-pnotify-text { font-size: 1.25em }、カスタムCSSファイルには.someClass .ui-pnotify-title { font-size: 1.25em }と書いてフォントサイズを変更する必要があります。

関連する問題