[bugfix] SubmitBar: inherit wrong font size (#857)

This commit is contained in:
neverland
2018-04-12 10:40:40 +08:00
committed by GitHub
parent bd8dd90a28
commit 7d3b63eb15
2 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
<slot />
<div class="van-submit-bar__price">
<template v-if="hasPrice">
<span class="van-submit-bar__price-text">{{ label || $t('label') }}</span>
<span>{{ label || $t('label') }}</span>
<span class="van-submit-bar__price-interger">¥{{ priceInterger }}.</span>
<span class="van-submit-bar__price-decimal">{{ priceDecimal }}</span>
</template>