页面修改
This commit is contained in:
parent
7b400cd9d7
commit
6116521d68
|
|
@ -235,6 +235,7 @@ export default {
|
|||
container.style.width = `${viewport.width}px`
|
||||
container.style.height = `${viewport.height}px`
|
||||
container.style.margin = '0px auto 10px'
|
||||
container.style.backgroundColor = '#fff';
|
||||
if (!container.dataset.status || container.dataset.status === 'placeholder') {
|
||||
container.dataset.status = 'prefetched'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue