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

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

View File

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

View File

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