瀏覽代碼

update

master
lb 1 年之前
父節點
當前提交
57f5d8efeb
共有 3 個檔案被更改,包括 7 行新增9 行删除
  1. +4
    -2
      src/components/common/SmallBox2.vue
  2. +1
    -1
      src/components/isolate-area-1/Area.vue
  3. +2
    -6
      src/components/layout/Main.vue

+ 4
- 2
src/components/common/SmallBox2.vue 查看文件

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


+ 1
- 1
src/components/isolate-area-1/Area.vue 查看文件

@@ -36,7 +36,7 @@ export default {

> .small-box-2:not(:last-child) {
margin: {
right: 8px;
right: 15px;
}
}
}


+ 2
- 6
src/components/layout/Main.vue 查看文件

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


Loading…
取消
儲存