diff --git a/src/assets/scss/utils.less b/src/assets/scss/utils.less index b72ef5e..692d2db 100644 --- a/src/assets/scss/utils.less +++ b/src/assets/scss/utils.less @@ -133,7 +133,7 @@ font .f(40); .f(@n, @i: 10) when (@i =< @n) { .f@{i} { - margin-left: (1px * @i) !important; + font-size: (1px * @i) !important; } .f(@n, (@i + 1)); } diff --git a/src/pages/home/Attention.vue b/src/pages/home/Attention.vue index 1384aa1..9a15266 100644 --- a/src/pages/home/Attention.vue +++ b/src/pages/home/Attention.vue @@ -1,6 +1,6 @@