File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
packages/devui-vue/devui/statistic/src Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33 margin : 0 ;
44 padding : 0 ;
55 font-size : 14px ;
6- font-variant : tabular-nums ;
76 line-height : 1.5715 ;
87 list-style : none ;
98
1716 font-size : 24px ;
1817 display : flex ;
1918 align-items : center ;
20- vertical-align : center ;
2119 }
2220
2321 & -prefix {
2422 margin-right : 6px ;
23+ display : flex ;
2524 }
2625
2726 & -suffix {
2827 margin-left : 6px ;
28+ display : flex ;
2929 }
3030
3131 & --value {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import './statistic.scss'
66
77export default defineComponent ( {
88 name : 'DStatistic' ,
9- props : statisticProps ,
109 inheritAttrs : false ,
10+ props : statisticProps ,
1111 setup ( props : StatisticProps , ctx ) {
1212 const innerValue = ref ( props . valueFrom ?? props . value )
1313 const tween = ref ( null )
@@ -44,8 +44,7 @@ export default defineComponent({
4444 props . value ,
4545 props . groupSeparator ,
4646 props . precision ,
47- props . showGroupSeparator ,
48- props . animation
47+ props . showGroupSeparator
4948 )
5049 } )
5150 onMounted ( ( ) => {
You can’t perform that action at this time.
0 commit comments