hi-ucs/back/src/views/modules/workBench/components/bottom-view.vue

18 lines
243 B
Vue
Raw Normal View History

2022-06-29 15:50:26 +08:00
<template>
<div class="bottom-view">
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.bottom-view {
width: 100%;
height: 335px;
background: green;
box-sizing: border-box;
}
</style>