zhb il y a 3 semaines
Parent
commit
52cc5a4702
3 fichiers modifiés avec 9 ajouts et 3 suppressions
  1. 5 1
      pages/customer/transfer.vue
  2. 3 1
      pages/ib/agent-transfer.vue
  3. 1 1
      static/scss/global/vu.css

+ 5 - 1
pages/customer/transfer.vue

@@ -53,7 +53,7 @@
                 </view>
                 <div class="col-lg-4 col-sm-12 card card-body">
                     <h4 v-t="'Custom.Transfer.Tips'"></h4>
-                    <view class="fs-6 fw-semibold lh-sm">
+                    <view class="fs-6 fw-semibold text-color">
                         <view v-t="'Custom.Transfer.Tips1'"></view>
                         <view v-t="'Custom.Transfer.Tips2'"></view>
                         <view v-t="'Custom.Transfer.Tips3'"></view>
@@ -536,6 +536,10 @@ watch(transferType, (newVal) => {
 .card-body{
   color: var(--bs-emphasis-color);
 }
+.text-color{
+    font-size: px2rpx(15);
+    line-height: 1.5;
+}
 
 .amount-box {
     display: flex;

+ 3 - 1
pages/ib/agent-transfer.vue

@@ -100,7 +100,7 @@
 
                 <view class="card card-body col-lg-4 col-sm-12">
                     <h4 v-t="'Custom.Transfer.Tips'"></h4>
-                    <view class="fs-6 fw-semibold lh-sm text-color">
+                    <view class="fs-6 fw-semibold text-color">
                         <view v-t="'Custom.Transfer.Tips1'"></view>
                         <view v-t="'Custom.Transfer.Tips5'"></view>
                         <view v-t="'Custom.Transfer.Tips3'"></view>
@@ -687,6 +687,8 @@ onLoad((options) => {
 }
 .text-color{
   color: var(--bs-emphasis-color);
+  font-size: px2rpx(14);
+  line-height: 1.5;
 }
 
 .amount-box {

+ 1 - 1
static/scss/global/vu.css

@@ -8938,7 +8938,7 @@ textarea.form-control-lg {
 }
 
 .fs-6 {
-  font-size: 13px !important;
+  font-size: 16px !important;
 }
 
 .fst-italic {