perf?(client): remove needless scoped annotation for style
This commit is contained in:
parent
10a659eb99
commit
ada04c1932
263 changed files with 407 additions and 343 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue