<template> <div class="partTitleHM">建设状态</div> <div class="ConstrucClass">图例</div> </template> <script setup></script> <style lang="scss" scoped> .ConstrucClass { width: 100%; height: 260px; background: #07347f; } </style>