消毒机前端代码
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
254 B

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