This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-02-29 15:23:31 +08:00
förälder 8d30507f1b
incheckning fb4c1500e7
3 ändrade filer med 20 tillägg och 0 borttagningar

Visa fil

@@ -47,6 +47,7 @@ function handleResolutionChange(width, height) {
<template>
<div id="main-container" ref="mainContainer" class="main-container">
<div id="main-container__fulleq"></div>
<DatetimeTool />
<Tools @change-resolution="handleResolutionChange" />
<AppHeader />
@@ -164,6 +165,15 @@ function handleResolutionChange(width, height) {
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 {
flex: 1;
display: flex;

Visa fil

@@ -50,6 +50,7 @@ function handleResolutionChange(width, height) {
<template>
<div id="main-container" ref="mainContainer" class="main-container">
<div id="main-container__fulleq"></div>
<DatetimeTool />
<Tools @change-resolution="handleResolutionChange" />
<AppHeader />
@@ -165,6 +166,15 @@ function handleResolutionChange(width, height) {
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 {
flex: 1;
display: flex;

Binär
src/assets/full-lines.png Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 978 KiB