improvement: 禁止点击 button 会出现放大的行为

This commit is contained in:
Jerry
2021-10-12 23:43:47 +08:00
2 changed files with 1 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ button
border: none
background: none
cursor: pointer
touch-action: manipulation
a
color: $a-link-color

View File

@@ -26,7 +26,6 @@
text-align: center
font-size: 16px
line-height: w
touch-action: manipulation
&:hover
background-color: var(--btn-hover-color)