fix: scoped css

This commit is contained in:
Methapon Metanipat 2024-10-15 10:24:16 +07:00
parent 4dd6002753
commit 1fb2606885
4 changed files with 4 additions and 4 deletions

View file

@ -47,4 +47,4 @@ const fileEmployerDocument = defineModel<File | null>('fileEmployerDocument');
/>
</template>
<style></style>
<style scoped></style>

View file

@ -92,7 +92,7 @@ defineProps<{
</q-dialog>
</template>
<style lang="scss">
<style lang="scss" scoped>
.box-icon {
position: absolute;
top: -40px;

View file

@ -422,7 +422,7 @@ const smallBanner = ref(false);
</q-img>
</template>
<style lang="scss">
<style lang="scss" scoped>
.cover {
overflow: hidden;
background-size: cover;

View file

@ -32,4 +32,4 @@ const attachment = defineModel<File[]>('attachment');
</div>
</template>
<style></style>
<style scoped></style>