给登录界面增加浏览器的缩放比例调整提示(调整提示时间为10秒)
This commit is contained in:
parent
e685c0a162
commit
c396f6f3c7
@ -358,7 +358,7 @@
|
||||
this.$notification[type]({
|
||||
message: '浏览器的缩放比例调整提示',
|
||||
description: '检测到您显示器的分辨率为:' + currentWidth + '*' + currentHeight + ' ,为了获得更好的操作体验,建议您将浏览器的缩放比例调整至' + percentage,
|
||||
duration: 15
|
||||
duration: 10
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user