Tento commit je obsažen v:
DESKTOP-FUDKNA8\znjsz 2024-02-29 15:23:31 +08:00
rodič 8d30507f1b
revize fb4c1500e7
3 změnil soubory, kde provedl 20 přidání a 0 odebrání

Zobrazit soubor

@ -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;

Zobrazit soubor

@ -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ární
src/assets/full-lines.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 978 KiB