是否有設置noty通知的高度和寬度。 這是目前我的代碼:我將如何設置noty通知的高度和寬度
$(document).ready(function() {
noty({
layout: 'topRight',
type: 'alert',
text: "<a href='C:\\Users\\dah\\Documents\\AlertJqueryNP\\alertjquery.html' target='_blank'>Alerts:"+count+"</a>",
template: '<div class="noty_message"><span class="noty_text"></span></div>',
closeWith: ['button'],
dismissQueue: true,
timeout: false
});
您是否嘗試過使用CSS設置.noty_message的寬度和高度? – krowe