浏览代码

update kiln databorad

pull/166/head
lb 9 个月前
父节点
当前提交
5974e7026e
共有 1 个文件被更改,包括 16 次插入12 次删除
  1. +16
    -12
      src/views/databoard/kiln/index.vue

+ 16
- 12
src/views/databoard/kiln/index.vue 查看文件

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

正在加载...
取消
保存