This commit is contained in:
lb 2023-05-09 17:30:09 +08:00
bovenliggende b6b317363c
commit 57f5d8efeb
3 gewijzigde bestanden met toevoegingen van 7 en 9 verwijderingen

Bestand weergeven

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

Bestand weergeven

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

Bestand weergeven

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