Selaa lähdekoodia

panel lastest lastest

cxyStudy 3 vuotta sitten
vanhempi
commit
ea9ff48263

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

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

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

@ -147,7 +147,6 @@ const tagsList = computed(() =>
147 147
  width: auto;
148 148
  // padding: 10px;
149 149
  height: calc(100vh - $header-height - $tag-height);
150
  overflow-y: scroll;
151 150
  box-sizing: border-box;
152 151
}
153 152
</style>

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

@ -20,7 +20,8 @@ const btns = ref([{
20 20
  attrs: {
21 21
    type: 'primary',
22 22
    icon: 'Plus',
23
    text: true
23
    text: true,
24
    isLine: true
24 25
  }
25 26
}]);
26 27
</script>