This commit is contained in:
lb 2023-05-09 17:30:09 +08:00
parent b6b317363c
commit 57f5d8efeb
3 changed files with 7 additions and 9 deletions

View File

@ -61,8 +61,10 @@ export default {
box-shadow: inset 0 0 15px rgba($color: #fff, $alpha: 0.285); box-shadow: inset 0 0 15px rgba($color: #fff, $alpha: 0.285);
border-radius: 6px; border-radius: 6px;
user-select: none; user-select: none;
width: w(465px); // width: w(465px);
height: h(200px); // height: h(200px);
width: w(528px);
height: h(240px);
display: flex; display: flex;
.icon { .icon {

View File

@ -36,7 +36,7 @@ export default {
> .small-box-2:not(:last-child) { > .small-box-2:not(:last-child) {
margin: { margin: {
right: 8px; right: 15px;
} }
} }
} }

View File

@ -1,11 +1,7 @@
<template> <template>
<main class=""> <main class="">
<AreaOne v-if="false" /> <AreaOne style="position: absolute; top: 160px; left: 1588px; " />
<!-- <Container :usage="'NumberOrDate'" />
<Container :usage="'Table'" />
<Container :usage="'Charts'" />
<Container :usage="'NumberAndChart'" /> -->
<div class="absolute left kiln-runtime"> <div class="absolute left kiln-runtime">
<KilnRuntime /> <KilnRuntime />
</div> </div>