update bg

This commit is contained in:
DESKTOP-FUDKNA8\znjsz 2024-02-29 15:23:31 +08:00
부모 8d30507f1b
커밋 fb4c1500e7
3개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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

파일 보기

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

Binary file not shown.

After

Width:  |  Height:  |  크기: 978 KiB