thainv-dev: fix ui

This commit is contained in:
nguyen van thai
2024-06-04 15:03:54 +07:00
parent 0729e021bd
commit a0a5651ac0
10 changed files with 62 additions and 18 deletions
@@ -1,17 +1,12 @@
<script setup lang="ts">
import ADSDefault from '@/assets/images/ads.jpg'
</script>
<template>
<div class="content">
<span>Quảng cáo đây</span>
<div class="shadow">
<img :src="ADSDefault" alt="quảng cáo" class=" object-cover">
</div>
</template>
<style scoped lang="scss">
.content {
font-size: 18px;
background-color: rgb(245, 245, 245);
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
</style>