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
|
|
@ -29,7 +29,7 @@ const pagination = {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.pages-user-clips {
|
||||
> .list {
|
||||
> .item {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ const followersPagination = {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.mk-following-or-followers {
|
||||
> .users {
|
||||
display: grid;
|
||||
|
|
|
|||
|
|
@ -57,5 +57,5 @@ definePageMetadata(computed(() => user ? {
|
|||
} : null));
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -57,5 +57,5 @@ definePageMetadata(computed(() => user ? {
|
|||
} : null));
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ const pagination = {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.jrnovfpt {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ onUnmounted(() => {
|
|||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.ftskorzw {
|
||||
|
||||
> .main {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ onMounted(() => {
|
|||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.ujigsodd {
|
||||
padding: 8px;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ const pagination = {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ const pagination = {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.afdcfbfb {
|
||||
> .header {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue