Skip to content

Commit

Permalink
feat: change progress com box height
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhongyi123 committed Nov 29, 2021
1 parent 0050707 commit 13bfccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.progress-horizontal-showInfo {
flex-direction: row;
align-items: center;
height: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
if="{{showInfo && type == 'horizontal'}}"
class="progress-horizontal-showInfo"
style="height: 100px;"
style="min-height: {{fontSize}}px;"
>
<progress
style="color: {{progressColor}};background-color:{{progressBgColor}};stroke-width:{{strokeWidth}}"
Expand Down

0 comments on commit 13bfccd

Please sign in to comment.