update kiln databorad

This commit is contained in:
lb 2023-12-21 10:26:56 +08:00
parent 29e5a3d07a
commit 5974e7026e

View File

@ -6,18 +6,7 @@
--> -->
<template> <template>
<div <div class="KilnDataBoard" style="">
class="KilnDataBoard"
style="
position: absolute;
top: -8px;
left: -16px;
width: calc(100% + 28px);
height: calc(100% + 38px);
display: flex;
flex-direction: column;
gap: 16px;
">
<KHeader /> <KHeader />
<div <div
class="main-body" class="main-body"
@ -66,5 +55,20 @@ export default {
background: url(../assets/bg.png) no-repeat; background: url(../assets/bg.png) no-repeat;
background-size: cover; background-size: cover;
background-position: 0 0; background-position: 0 0;
;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
// top: -8px;
// left: -16px;
// width: calc(100% + 28px);
// height: calc(100% + 38px);
// width: 100vw;
// height: 100vh;
display: flex;
flex-direction: column;
gap: 16px;
} }
</style> </style>