<template> <div class="partTitleHM">巡查任务</div> <div class="ConstrucClass">巡查任务2</div> </template> <script setup></script> <style lang="scss" scoped> .ConstrucClass { width: 100%; height: 30%; background: #07347f; } </style>