|
@@ -79,7 +79,7 @@
|
|
|
<!-- <div class="bxInfo">年缴保费:<span>{{custInfo.prem}}</span><span class="unit">元</span></div>-->
|
|
|
<!-- </el-col>-->
|
|
|
<el-col :span="8" v-for="(value, key, index) in majorCategorie">
|
|
|
- <div class="bxInfo">{{key}}:<span>{{Math.floor(value*10)/100000}}</span><span class="unit">万</span></div>
|
|
|
+ <div class="bxInfo">{{key}}:<span>{{(Math.floor(value*10)/100000).toFixed(1)}}</span><span class="unit">万</span></div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -432,7 +432,7 @@ export default {
|
|
|
margin-left: -40px;
|
|
|
}
|
|
|
.isPay{
|
|
|
- width: 100px;
|
|
|
+ width: 115px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
font-size: 14px;
|
|
@@ -441,7 +441,7 @@ export default {
|
|
|
position: absolute;
|
|
|
bottom: 28px;
|
|
|
left: 50%;
|
|
|
- margin-left: -50px;
|
|
|
+ margin-left: -57.5px;
|
|
|
}
|
|
|
.payNum{
|
|
|
width: 100%;
|