Files
dyf-vue-ui/src/views/controlCenter/210/index.vue

14 lines
277 B
Vue
Raw Normal View History

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