Skip to content

Commit

Permalink
fix: 修复app-vue下modal标题不居中
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Jul 30, 2024
1 parent 112994c commit ee3c120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/uni_modules/uview-plus/components/u-modal/u-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
&__title {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
color: $u-content-color;
Expand Down

0 comments on commit ee3c120

Please sign in to comment.