liming 2 days ago
parent
commit
71d1ff355e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/settings/aboutUs/index.vue

+ 2 - 0
src/views/settings/aboutUs/index.vue

@@ -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 ()=>{
     font-size: 15px;
     color: #8D8D8D;
     min-width: 250px;
+    text-align: right;
   }
 }
 </style>