|
|
@@ -18,7 +18,7 @@
|
|
|
<span>{{ amount.totalNumber || 0 }}</span>
|
|
|
</dd>
|
|
|
</dl>
|
|
|
- <dl>
|
|
|
+ <dl style="width: 180px">
|
|
|
<dt class="dt-flex">
|
|
|
<span>签单保费</span>
|
|
|
<span
|
|
|
@@ -77,7 +77,7 @@
|
|
|
<dt class="dt-flex">
|
|
|
<span>毛利润</span>
|
|
|
<span
|
|
|
- >占比
|
|
|
+ >毛利率
|
|
|
<span>{{
|
|
|
amount.distributionAmountRate
|
|
|
? (amount.distributionAmountRate * 100).toFixed(2) + "%"
|
|
|
@@ -473,6 +473,7 @@ export default {
|
|
|
color: #f87f2c;
|
|
|
dt > span:nth-child(2) {
|
|
|
background: #f87f2c;
|
|
|
+ background: linear-gradient(90deg, #f99a59 0%, #f87f2c 100%);
|
|
|
color: #fff;
|
|
|
// padding: 0 8px;
|
|
|
box-sizing: border-box;
|
|
|
@@ -495,10 +496,11 @@ export default {
|
|
|
color: #47a2eb;
|
|
|
}
|
|
|
> dl:nth-child(7) {
|
|
|
- background: url("../../assets/img/business6.png");
|
|
|
- color: #f879cd;
|
|
|
+ background: url("../../assets/img/business7.png");
|
|
|
+ color: #10c08b;
|
|
|
dt > span:nth-child(2) {
|
|
|
- background: #f879cd;
|
|
|
+ // background: #10c08b;
|
|
|
+ background: linear-gradient(90deg, #1ac86a 0%, #07bf87 100%);
|
|
|
color: #fff;
|
|
|
// padding: 0 8px;
|
|
|
box-sizing: border-box;
|
|
|
@@ -507,7 +509,7 @@ export default {
|
|
|
}
|
|
|
span {
|
|
|
// display: block;
|
|
|
- margin-right: 15px;
|
|
|
+ // margin-right: 15px;
|
|
|
}
|
|
|
/deep/.ant-calendar-picker {
|
|
|
width: 300px;
|
|
|
@@ -571,6 +573,9 @@ export default {
|
|
|
// }
|
|
|
> span {
|
|
|
display: inline;
|
|
|
+ border-radius: 2px;
|
|
|
+ padding: 0 2px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
}
|
|
|
</style>
|