无人机管理后台前端(已迁走)
张含笑
2025-05-28 b9d4b7c162ff0d170105fd132becc3f0c0863127
src/views/system/topmenu.vue
@@ -38,7 +38,7 @@
        </el-button>
      </template>
      <template #name="{ row }">
        <i :class="row.source" style="margin-right: 5px" />
        <i :class="row.source" class="namei"  />
        <span>{{ row.name }}</span>
      </template>
      <template #source="{ row }">
@@ -357,9 +357,12 @@
};
</script>
<style>
<style >
.none-border {
  border: 0;
  background-color: transparent !important;
}
.namei {
  margin-right: 5px;
}
</style>