判断某个元素是否在页面中展示

adjustShowBottomBtn() {
this.$nextTick(() => {
// 获取所有底部的元素
const _jsFooter = document.querySelectorAll('.js-footer');
// 是否有一个底部显示的元素
const _flag = Array.prototype.some.call(_jsFooter , (node) => window.getComputedStyle(node).getPropertyValue('display') !== 'none');
if (_flag) {
document.body.class

判断某个元素是否在页面中展示最先出现在Python成神之路

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/28551.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>