This commit is contained in:
熊丽君
2022-01-25 13:19:53 +08:00
parent 99a3e5e38c
commit 18afbbe5fb
3 changed files with 222 additions and 173 deletions

View File

@ -10,14 +10,14 @@
<div
style="
height: 100%;
width: 16%;
max-width: 16%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
"
>
<div class="tag">
<div class="title">收入</div>
<div class="_tag">
<div class="_title">收入</div>
<i style="font-size: 24px; font-weight: bold; color: #91d5fe"
>{{ handleMillion(total.realIncome) }}/<i
style="font-size: 18px"
@ -26,8 +26,8 @@
>
亿元
</div>
<div class="tag">
<div class="title">利润</div>
<div class="_tag">
<div class="_title">利润</div>
<i style="font-size: 24px; font-weight: bold; color: #91d5fe"
>{{ handleMillion(total.realProfit) }}/<i
style="font-size: 18px"
@ -36,8 +36,8 @@
>
亿元
</div>
<div class="tag">
<div class="title">新签合同额</div>
<div class="_tag">
<div class="_title">新签合同额</div>
<i style="font-size: 24px; font-weight: bold; color: #91d5fe"
>{{ handleMillion(total.newContractAmount)
}}<i style="font-size: 18px"></i
@ -865,9 +865,9 @@ export default {
</script>
<style lang="scss" scoped>
.tag {
.title {
width: 96px;
._tag {
._title {
// width: 96px;
height: 28px;
line-height: 28px;
text-align: center;