update bg
This commit is contained in:
parent
8d30507f1b
commit
fb4c1500e7
@ -47,6 +47,7 @@ function handleResolutionChange(width, height) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div id="main-container" ref="mainContainer" class="main-container">
|
<div id="main-container" ref="mainContainer" class="main-container">
|
||||||
|
<div id="main-container__fulleq"></div>
|
||||||
<DatetimeTool />
|
<DatetimeTool />
|
||||||
<Tools @change-resolution="handleResolutionChange" />
|
<Tools @change-resolution="handleResolutionChange" />
|
||||||
<AppHeader />
|
<AppHeader />
|
||||||
@ -164,6 +165,15 @@ function handleResolutionChange(width, height) {
|
|||||||
background: url(./assets/bg.png) 100% / cover no-repeat;
|
background: url(./assets/bg.png) 100% / cover no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-container__fulleq {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: url(./assets/full-lines.png) 100% / cover no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.pages-wrapper {
|
.pages-wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -50,6 +50,7 @@ function handleResolutionChange(width, height) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div id="main-container" ref="mainContainer" class="main-container">
|
<div id="main-container" ref="mainContainer" class="main-container">
|
||||||
|
<div id="main-container__fulleq"></div>
|
||||||
<DatetimeTool />
|
<DatetimeTool />
|
||||||
<Tools @change-resolution="handleResolutionChange" />
|
<Tools @change-resolution="handleResolutionChange" />
|
||||||
<AppHeader />
|
<AppHeader />
|
||||||
@ -165,6 +166,15 @@ function handleResolutionChange(width, height) {
|
|||||||
background: url(./assets/bg.png) 100% / cover no-repeat;
|
background: url(./assets/bg.png) 100% / cover no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-container__fulleq {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: url(./assets/full-lines.png) 100% / cover no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.pages-wrapper {
|
.pages-wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
BIN
src/assets/full-lines.png
Normal file
BIN
src/assets/full-lines.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 978 KiB |
Loading…
Reference in New Issue
Block a user