大空间消毒机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
262 B

<template>
<div class="progress_container"></div>
</template>
<script setup></script>
<style lang="scss" scoped>
.progress_container {
margin-bottom: 30px;
height: 580px;
box-sizing: border-box;
background: #ffffff;
border-radius: 16px;
}
</style>