Files
dyf-vue-ui/src/views/controlCenter/210/index.vue
2025-09-23 10:32:29 +08:00

14 lines
277 B
Vue

<template>
<div class="device-page p-2">
这是210控制页面
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
</style>