Skip to content

Commit

Permalink
fix(button): 修复 loadingSize 设置无效 (umicro#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiter-Plus committed May 2, 2022
1 parent 013be67 commit 41b8549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uni_modules/uview-ui/components/u-button/u-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<template v-if="loading">
<u-loading-icon
:mode="loadingMode"
:size="textSize * 1.15"
:size="loadingSize * 1.15"
:color="loadingColor"
></u-loading-icon>
<text
Expand Down Expand Up @@ -75,7 +75,7 @@
<template v-if="loading">
<u-loading-icon
:mode="loadingMode"
:size="textSize * 1.15"
:size="loadingSize * 1.15"
:color="loadingColor"
></u-loading-icon>
<text
Expand Down

0 comments on commit 41b8549

Please sign in to comment.