feat: 新增组件缩放

This commit is contained in:
MTrun
2022-03-03 10:19:41 +08:00
parent 5298b8267f
commit d1db7ad494
5 changed files with 151 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
body {
overflow: hidden;
}
+1
View File
@@ -1,4 +1,5 @@
@import './var.scss';
@import './format.scss';
@import './animation.scss';
@import './mixins/mixins.scss';