We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3afad9d + 34af385 commit e0a067eCopy full SHA for e0a067e
src/components/message.js
@@ -28,7 +28,7 @@ var Message = function (options) {
28
}
29
30
if (
31
- options.zIndex
+ 'zIndex'inoptions
32
&& typeof options.zIndex === 'number'
33
&& options.zIndex > -1
34
) {
@@ -64,7 +64,7 @@ var Message = function (options) {
64
? nextZIndex++
65
: optsZIndex
66
67
- global.top
+ 'top'inglobal
68
&& typeof global.top === 'number'
69
70
instance.dom.style.top = `${global.top}px`
@@ -76,7 +76,7 @@ var Message = function (options) {
76
Message.config = function (options) {
77
global = options || {}
78
79
- global.zIndex
+ 'zIndex'inglobal
80
&& typeof global.zIndex === 'number'
81
&& global.zIndex > -1
82
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments