perf?(client): remove needless scoped annotation for style
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user