<template>
<div class="outer-box">
<div class="inner-box" flex-center>
<div class="son-box" w50px h50px bg-blue-6></div>
</div>
</div>
</template>
<script>
</script>
<style scoped lang="scss">
.outer-box {
@apply flex-center h-100vh;
.inner-box {
@apply w200px h200px bg-red-5;
}
}
</style>
unocss 简单使用
最新推荐文章于 2024-10-25 20:05:28 发布