Newer
Older
KaiFengPC / src / views / sponeScreen / longYW / MonitoringStation.vue
@鲁yixuan 鲁yixuan on 22 Jun 331 bytes update
<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;
}
.ConstrucClass {
  width: 100%;
  height: 30%;
  background: #07347f;
}
</style>