Ver a proveniência

update kiln databorad

pull/166/head
lb há 9 meses
ascendente
cometimento
5974e7026e
1 ficheiros alterados com 16 adições e 12 eliminações
  1. +16
    -12
      src/views/databoard/kiln/index.vue

+ 16
- 12
src/views/databoard/kiln/index.vue Ver ficheiro

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

<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 />
<div
class="main-body"
@@ -66,5 +55,20 @@ export default {
background: url(../assets/bg.png) no-repeat;
background-size: cover;
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>

Carregando…
Cancelar
Guardar