|
@@ -254,11 +254,6 @@ export default {
|
|
style = 'left:' + left_ + 'px;';
|
|
style = 'left:' + left_ + 'px;';
|
|
thr_.style.cssText = style;
|
|
thr_.style.cssText = style;
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
- const lvr_ = document.getElementById('look-video-left');
|
|
|
|
- let stylel = 'width:70%;';
|
|
|
|
- stylel += 'height:200px;';
|
|
|
|
- lvr_.style.cssText = stylel;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
const lvr_ = document.getElementById('look-video-right');
|
|
const lvr_ = document.getElementById('look-video-right');
|