Przeglądaj źródła

Merge remote-tracking branch 'origin/admin_dev' into admin_dev

ljc 3 tygodni temu
rodzic
commit
4a25f909e1
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      pages/customer/components/VietnamNoticePopup.vue

+ 3 - 0
pages/customer/components/VietnamNoticePopup.vue

@@ -58,9 +58,11 @@ const close = () => { visible.value = false; };
         margin: px2rpx(20) 0 px2rpx(30);
         text-align: left;
         max-width: 100%;
+        font-family: Arial;
 
         view {
             margin-bottom: px2rpx(20);
+            font-family: Arial;
 
             &:last-child {
                 margin-bottom: 0;
@@ -68,6 +70,7 @@ const close = () => { visible.value = false; };
         }
 
         .bold {
+            font-family: Arial;
             font-weight: bold;
         }
     }