Revert "perf?(client): remove needless scoped annotation for style"

This reverts commit ada04c1932.
This commit is contained in:
syuilo
2022-12-27 18:29:39 +09:00
parent ada04c1932
commit 4f15b6f7c2
263 changed files with 343 additions and 407 deletions

View File

@@ -128,7 +128,7 @@ function more() {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.kmwsukvl {
> .body {
display: flex;

View File

@@ -153,7 +153,7 @@ function more(ev: MouseEvent) {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.mvcprjjd {
$nav-width: 250px;
$nav-icon-only-width: 80px;

View File

@@ -77,9 +77,7 @@ function getInstanceIcon(instance): string {
opacity: 0;
transform: translateY(100%);
}
</style>
<style lang="scss">
.nmidsaqw {
display: inline-block;
position: relative;

View File

@@ -69,9 +69,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
opacity: 0;
transform: translateY(100%);
}
</style>
<style lang="scss">
.xbhtxfms {
display: inline-block;
position: relative;

View File

@@ -74,9 +74,7 @@ useInterval(tick, Math.max(5000, props.refreshIntervalSec * 1000), {
opacity: 0;
transform: translateY(100%);
}
</style>
<style lang="scss">
.osdsvwzy {
display: inline-block;
position: relative;

View File

@@ -26,7 +26,7 @@ const XFederation = defineAsyncComponent(() => import('./statusbar-federation.vu
const XUserList = defineAsyncComponent(() => import('./statusbar-user-list.vue'));
</script>
<style lang="scss">
<style lang="scss" scoped>
.dlrsnxqu {
font-size: 15px;
background: var(--panel);

View File

@@ -34,7 +34,7 @@ onUnmounted(() => {
});
</script>
<style lang="scss">
<style lang="scss" scoped>
.nsbbhtug {
position: fixed;
z-index: 16385;

View File

@@ -26,7 +26,7 @@ import { i18n } from '@/i18n';
const zIndex = os.claimZIndex('high');
</script>
<style lang="scss">
<style lang="scss" scoped>
.mk-uploader {
position: fixed;
right: 16px;