浏览代码

panel lastest lastest

cxyStudy 3 年之前
父节点
当前提交
ea9ff48263

+ 2 - 0
2022/aiot-evaluate/src/components/panel/index.vue

15
      <slot></slot>
15
      <slot></slot>
16
    </el-main>
16
    </el-main>
17
  </div>
17
  </div>
18
  <ipu-icon name="loading"  />
19
18
</template>
20
</template>
19
21
20
<script setup>
22
<script setup>

+ 0 - 1
2022/aiot-evaluate/src/views/Home.vue

147
  width: auto;
147
  width: auto;
148
  // padding: 10px;
148
  // padding: 10px;
149
  height: calc(100vh - $header-height - $tag-height);
149
  height: calc(100vh - $header-height - $tag-height);
150
  overflow-y: scroll;
151
  box-sizing: border-box;
150
  box-sizing: border-box;
152
}
151
}
153
</style>
152
</style>

+ 2 - 1
2022/aiot-evaluate/src/views/settings/PanelManagement.vue

20
  attrs: {
20
  attrs: {
21
    type: 'primary',
21
    type: 'primary',
22
    icon: 'Plus',
22
    icon: 'Plus',
23
    text: true
23
    text: true,
24
    isLine: true
24
  }
25
  }
25
}]);
26
}]);
26
</script>
27
</script>