godoos/frontend/src/components/desktop/CloseDesktop.vue
2024-07-22 17:44:55 +08:00

10 lines
155 B
Vue

<template>
<div class="close"></div>
</template>
<style lang="scss" scoped>
.close {
width: 100%;
height: 100%;
background-color: #000;
}
</style>