Skip to content

Commit

Permalink
fix: 🐛 修复 Input 组件在支付宝平台存在一个默认padding的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed Dec 24, 2023
1 parent 56ccf60 commit 921c906
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@
color: $-input-color;
outline: none;
border: none;
padding: 0;
box-sizing: border-box;

&::-webkit-input-placeholder {
Expand Down

0 comments on commit 921c906

Please sign in to comment.