update
This commit is contained in:
parent
b6b317363c
commit
57f5d8efeb
@ -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 {
|
||||||
|
@ -36,7 +36,7 @@ export default {
|
|||||||
|
|
||||||
> .small-box-2:not(:last-child) {
|
> .small-box-2:not(:last-child) {
|
||||||
margin: {
|
margin: {
|
||||||
right: 8px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user