xy 2 years ago
parent 4dc34c897e
commit 2209a0309d

@ -32,6 +32,9 @@
height: 300px;
margin-left: 0 !important;
}
.static-container > .card1:nth-child(3) .card1-title::before {
display: none;
}
.card1 {
background: #fff;
border-radius: 4px;
@ -189,6 +192,9 @@
right: 0;
bottom: 0;
}
.type-switch .type-switch__item:has(input:active) .text {
color: #609ff9;
}
</style>
@endpush
@ -268,11 +274,11 @@
<div class="type-switch">
<div class="type-switch__item">
<input type="radio" name="type-switch" value="1">
<div>营收</div>
<div class="text">营收</div>
</div>
<div class="type-switch__item">
<input type="radio" name="type-switch" value="2">
<div>订单量</div>
<div class="text">订单量</div>
</div>
</div>
<div>

Loading…
Cancel
Save