Revert "perf?(client): remove needless scoped annotation for style"
This reverts commit ada04c1932
.
This commit is contained in:
parent
ada04c1932
commit
4f15b6f7c2
263 changed files with 343 additions and 407 deletions
|
@ -69,6 +69,10 @@ 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;
|
||||
|
@ -79,9 +83,3 @@ function onMousedown(evt: Event) {
|
|||
transform: scale(0.9);
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.nvlagfpb {
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue