refactor: use scoped CSS

This commit is contained in:
Jorge Penadés 2024-12-09 16:24:27 +01:00
parent 892fda888b
commit e760c1022e
1 changed files with 2 additions and 5 deletions
src/components/ui

View File

@ -221,9 +221,8 @@ const toModule = computed(() =>
color="primary"
/>
</template>
<style lang="scss">
.body {
<style lang="scss" scoped>
:deep(.body) {
background-color: var(--vn-section-color);
.text-h5 {
font-size: 20px;
@ -262,9 +261,7 @@ const toModule = computed(() =>
}
}
}
</style>
<style lang="scss" scoped>
.title {
overflow: hidden;
text-overflow: ellipsis;