antvis / antvis.github.io

🔜 AntV 新站点!
https://antv.vision
Other
419 stars 51 forks source link

Banner 按钮文字未垂直居中 #34

Closed afc163 closed 4 years ago

afc163 commented 4 years ago

不应该用 padding 做垂直居中。

height: 40px;
- padding: 8px 26px 10px;
+ padding: 0 26px;
+ line-height: 40px;
image