layout/numerical/CNumerical.vue | ●●●●● patch | view | raw | blame | history |
layout/numerical/CNumerical.vue
@@ -12,7 +12,7 @@ :class="'at-col-' + valueFlex[index]" > <view class="c-numerical-value"> <text>{{item.integer}}</text> <text :class="item.textType?('m-text-'+item.textType):''">{{item.integer}}</text> <text class="c-numerical-decimal" :class="item.integer.length>6?'small':''" @@ -33,6 +33,7 @@ name: 'CNumerical', components: {}, props: { // 数值集合,格式为:[{title, value, textType}] values: Array, }, computed: {