Skip to content

Commit

Permalink
Update calculator.html
Browse files Browse the repository at this point in the history
--ci
  • Loading branch information
linianhui committed Mar 26, 2023
1 parent 18dbd77 commit 22ffaea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tool/tax/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
td {
text-align: right;
vertical-align: baseline;
padding: 6px 4px;
}

.cell {
Expand Down Expand Up @@ -131,7 +132,7 @@
<el-option v-for="item in insuranceNameList" :key="item" :label="item" :value="item">
</el-option>
</el-select>
&nbsp;&nbsp;{{insurance.min | CNY}} ~ {{insurance.max | CNY}}
<span>&nbsp;&nbsp;{{insurance.min | CNY}}~{{insurance.max | CNY}}</span>
</template>
<table class="insurance-table">
<tr class="row-header">
Expand Down Expand Up @@ -165,7 +166,7 @@
<el-option v-for="item in rateNameList" :key="item" :label="item" :value="item">
</el-option>
</el-select>
&nbsp;&nbsp;免征额 {{rate.exempted | CNY}}
<span>&nbsp;&nbsp;免征额 {{rate.exempted | CNY}}</span>
</template>
<table>
<tr class="row-header">
Expand Down

0 comments on commit 22ffaea

Please sign in to comment.