Skip to content

Commit

Permalink
fix(runtime-web): 因行高导致的不居中问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaphon committed May 8, 2024
1 parent 5dea0eb commit a064097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-web/src/components/src/private/back.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Back extends BaseElement {
display: inline-block;
width: 48px;
height: 48px;
line-height: 1;
pointer-events: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
Expand Down

0 comments on commit a064097

Please sign in to comment.