Bu işleme şunda yer alıyor:
DESKTOP-FUDKNA8\znjsz 2024-02-29 15:23:31 +08:00
ebeveyn 8d30507f1b
işleme fb4c1500e7
3 değiştirilmiş dosya ile 20 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -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
src/assets/full-lines.png Normal dosya

İkili dosya gösterilmiyor.

Sonra

Genişlik:  |  Yükseklik:  |  Boyut: 978 KiB