@@ -101,6 +101,7 @@ onMounted(async ()=>{
font-weight: 500 ;
font-size: 15px;
color: #000000;
+ white-space: nowrap;
}
:deep(.van-cell__value){
font-family: PingFang SC, PingFang SC;
@@ -108,6 +109,7 @@ onMounted(async ()=>{
color: #8D8D8D;
min-width: 250px;
+ text-align: right;
</style>