perf?(client): remove needless scoped annotation for style
This commit is contained in:
parent
10a659eb99
commit
ada04c1932
263 changed files with 407 additions and 343 deletions
|
@ -30,7 +30,7 @@ const props = defineProps<{
|
|||
const pagingComponent = ref<InstanceType<typeof MkPagination>>();
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.efvhhmdq {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue