吉安感知网项目-前端
shuishen
2 days ago 6e88705bd5b443a259b24c17c8a299765d059d96
applications/drone-command/src/views/dataCockpit/components/templateComponents/TitleTemplate.vue
@@ -9,7 +9,7 @@
 * 2026-01-08 09:32:52
-->
<template>
   <div class="title-box">
   <div class="title-box" :class="props.className">
      <div class="title">
         <slot></slot>
      </div>
@@ -17,7 +17,12 @@
</template>
<script setup>
const props = defineProps({
  className: {
    type: String,
    default: ''
  }
})
</script>
<style lang="scss" scoped>
@@ -40,4 +45,8 @@
      text-transform: none;
   }
}
.equipment-scene {
   background: url('@/assets/images/dataCockpit/equipment-scene.png') center / 100% 100% no-repeat !important;
}
</style>