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