File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
> view {
7
7
text-decoration : line-through ;
8
8
}
9
+ .nut-price--symbol ,
10
+ .nut-price--son {
11
+ text-decoration : line-through ;
12
+ }
9
13
}
10
14
& --symbol {
11
15
display : inline-block ;
Original file line number Diff line number Diff line change 7
7
decode =" true"
8
8
v-html =" showSymbol"
9
9
></view >
10
- <view :class =" `nut-price--${size}`" >{{ formatThousands(price) }}</view >
11
- <view :class =" `nut-price--decimal-${size}`" v-if =" decimalDigits != 0" >.</view >
12
- <view :class =" `nut-price--decimal-${size}`" >{{ formatDecimal(price) }}</view >
10
+ <view :class =" `nut-price--${size} nut-price--son `" >{{ formatThousands(price) }}</view >
11
+ <view :class =" `nut-price--decimal-${size} nut-price--son `" v-if =" decimalDigits != 0" >.</view >
12
+ <view :class =" `nut-price--decimal-${size} nut-price--son `" >{{ formatDecimal(price) }}</view >
13
13
<view
14
14
v-if =" needSymbol && position == 'after'"
15
15
class =" nut-price--symbol"
You can’t perform that action at this time.
0 commit comments