refs #6416 perf: VnTable local styles

This commit is contained in:
Javier Segarra 2023-11-10 09:59:49 +01:00
parent caa4baff8a
commit 5e3ce33b5b
2 changed files with 5 additions and 4 deletions

View File

@ -27,4 +27,8 @@ const { t } = useI18n();
</template> </template>
</QTable> </QTable>
</template> </template>
<style lang="scss" scoped></style> <style lang="scss" scoped>
.bg {
background-color: var(--vn-light-gray);
}
</style>

View File

@ -398,9 +398,6 @@ function setData(entity) {
} }
} }
} }
.bg {
background-color: var(--vn-light-gray);
}
.bordered { .bordered {
border: 1px solid var(--vn-text); border: 1px solid var(--vn-text);