screenFront/src/views/Hazardous/components/Border.vue

17 lines
189 B
Vue
Raw Normal View History

<template>
<div class="border-container">
</div>
</template>
<script setup lang='ts'>
</script>
<style scoped>
.border-container {
width: 100%;
height: 100%;
}
</style>