refs #6416 perf: VnTable local styles
This commit is contained in:
parent
caa4baff8a
commit
5e3ce33b5b
|
@ -27,4 +27,8 @@ const { t } = useI18n();
|
|||
</template>
|
||||
</QTable>
|
||||
</template>
|
||||
<style lang="scss" scoped></style>
|
||||
<style lang="scss" scoped>
|
||||
.bg {
|
||||
background-color: var(--vn-light-gray);
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -398,9 +398,6 @@ function setData(entity) {
|
|||
}
|
||||
}
|
||||
}
|
||||
.bg {
|
||||
background-color: var(--vn-light-gray);
|
||||
}
|
||||
|
||||
.bordered {
|
||||
border: 1px solid var(--vn-text);
|
||||
|
|
Loading…
Reference in New Issue