This commit is contained in:
jxxghp
2023-09-13 19:25:46 +08:00
parent 3df8bdfbf2
commit c222594bea
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export default defineComponent({
<style scoped>
* {
backface-visibility: hidden;
perspective: 1000px;
perspective: 62.5rem;
transform: translateZ(0);
will-change: block-size;
}