perf?(client): remove needless scoped annotation for style
This commit is contained in:
		@@ -55,7 +55,7 @@ definePageMetadata({
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="scss">
 | 
			
		||||
.qkcjvfiv {
 | 
			
		||||
	> .add {
 | 
			
		||||
		margin: 0 auto var(--margin) auto;
 | 
			
		||||
 
 | 
			
		||||
@@ -126,7 +126,7 @@ definePageMetadata(computed(() => list ? {
 | 
			
		||||
} : null));
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="scss">
 | 
			
		||||
.mk-list-page {
 | 
			
		||||
	> .members {
 | 
			
		||||
		> ._content {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user