Browse Source

update kiln databorad

pull/166/head
lb 9 months ago
parent
commit
5974e7026e
1 changed files with 16 additions and 12 deletions
  1. +16
    -12
      src/views/databoard/kiln/index.vue

+ 16
- 12
src/views/databoard/kiln/index.vue View File

@@ -6,18 +6,7 @@
--> -->


<template> <template>
<div
class="KilnDataBoard"
style="
position: absolute;
top: -8px;
left: -16px;
width: calc(100% + 28px);
height: calc(100% + 38px);
display: flex;
flex-direction: column;
gap: 16px;
">
<div class="KilnDataBoard" style="">
<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>

Loading…
Cancel
Save