【发布时间】:2016-09-16 08:02:20
【问题描述】:
我正在尝试将通知窗口/通知的宽度更改为 800 像素,但我不能。This is window with default width
我添加到我的 .css 文件中:
.noty-message{
width:800px;
height:800px;
}
没有任何改变。当我尝试添加
.noty_bar {
width: 800px;
}
然后我的窗口看起来像that。如何设置noty对象的宽度?
【问题讨论】:
标签: javascript css noty