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

This commit is contained in:
syuilo 2022-12-27 18:01:06 +09:00
parent 10a659eb99
commit ada04c1932
263 changed files with 407 additions and 343 deletions

View file

@ -69,10 +69,6 @@ function onMousedown(evt: Event) {
</script>
<style lang="scss" scoped>
.nvlagfpb {
position: absolute;
}
.fade-enter-active, .fade-leave-active {
transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
transform-origin: left top;
@ -83,3 +79,9 @@ function onMousedown(evt: Event) {
transform: scale(0.9);
}
</style>
<style lang="scss">
.nvlagfpb {
position: absolute;
}
</style>