<template> <div class="longYW"> <div class="partTitleHM">人工采样</div> <div class="ConstrucClass">人工采样</div> </div> </template> <script setup></script> <style lang="scss" scoped> .longYW { margin-top: 10px; width: 100%; height: 31%; background: #07347f; } .ConstrucClass { } </style>