feat: full size

This commit is contained in:
MoreStrive
2024-07-05 15:01:01 +07:00
parent 367374863e
commit a1c6e2872f
2 changed files with 0 additions and 15 deletions
@@ -1,15 +0,0 @@
<script setup lang="ts"></script>
<template>
<div>chứng khoán full size</div>
</template>
<style lang="scss" scoped>
div {
width: 100%;
height: 200px;
background-color: #ededed;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
}
</style>