|
|
@@ -126,8 +126,8 @@ |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span> |
|
|
|
<span v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span> |
|
|
|
<span v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -163,8 +163,8 @@ |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastFraction > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastFraction < 0">数据有所下降</span> |
|
|
|
<span v-if="cardobj.contrastFraction > 0">数据有所增长</span> |
|
|
|
<span v-if="cardobj.contrastFraction < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -188,8 +188,7 @@ |
|
|
|
<div v-if="Confirmthecontrast" class="xia"> |
|
|
|
<div class="projectColumn"> |
|
|
|
<div class="span2Card"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardobj.endSumDuration || 0 }}次</span> |
|
|
|
<span class="span2-1">环比:{{ cardobj.endSumDuration || 0 }}次</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="cardobj.contrastSumDuration > 0"> |
|
|
|
+{{ cardobj.contrastSumDuration || 0 }} |
|
|
@@ -200,8 +199,8 @@ |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration < 0">数据有所下降</span> |
|
|
|
<span v-if="cardobj.contrastSumDuration > 0">数据有所增长</span> |
|
|
|
<span v-if="cardobj.contrastSumDuration < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -1261,10 +1260,19 @@ export default { |
|
|
|
width: 95%; |
|
|
|
|
|
|
|
.span2Card { |
|
|
|
display: flex !important; |
|
|
|
justify-content: space-between !important; |
|
|
|
font-size: 14px !important; |
|
|
|
align-items: center !important; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
padding: 0 30px; |
|
|
|
|
|
|
|
span { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
|
|
|
|
// display: flex !important; |
|
|
|
// justify-content: space-between !important; |
|
|
|
// font-size: 14px !important; |
|
|
|
// align-items: center !important; |
|
|
|
|
|
|
|
.span2-2 { |
|
|
|
display: flex; |
|
|
@@ -1274,6 +1282,7 @@ export default { |
|
|
|
align-items: center; |
|
|
|
padding: 3px 12px; |
|
|
|
border-radius: 3px; |
|
|
|
margin: 0 18px; |
|
|
|
|
|
|
|
.up { |
|
|
|
display: block; |
|
|
@@ -1456,7 +1465,7 @@ export default { |
|
|
|
.xia { |
|
|
|
width: 100%; |
|
|
|
font-size: 14px; |
|
|
|
text-indent: 30px; |
|
|
|
// text-indent: 30px; |
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
.span1 { |
|
|
|