ljc před 2 týdny
rodič
revize
34f581bc62
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      pages/ib/index.vue

+ 5 - 5
pages/ib/index.vue

@@ -26,7 +26,7 @@
             <view class="card-body d-flex gap-3 align-items-center">
               <view class="clearfix pe-2 text-warning"> <image src="/static/images/dollar.png" alt="dollar" mode="aspectFill" class="img-fluid"/> </view>
               <view class="clearfix">
-                <view class="mb-1">{{ t('news_add_field.Label.Balance') }}</view>
+                <view class="mb-2">{{ t('news_add_field.Label.Balance') }}</view>
                 <view class="mb-0 fw-bold ">${{ ibData.balance?.toFixed(2) }}<text class="badge bg-danger-subtle text-danger">{{ t('Ib.Index.TotalRevenue') }}: ${{numberFormat(ibData.all || '0')}}</text></view>
               </view>
             </view>
@@ -57,10 +57,10 @@
           <view class="card position-relative stat-card-clickable" @click="toCustomManagement">
             <view class="card-body d-flex gap-3 align-items-center">
               <view class="clearfix pe-2 text-warning">
-                <cwg-icon name="crm-user" :size="35" color="#FDBB1F" />
+                <cwg-icon name="crm-user" :size="50" color="#FDBB1F" />
               </view>
               <view class="clearfix">
-                <view class="mb-1">{{ t('Ib.Index.NameCustom') }}-{{ t('Ib.Index.Custom') }}</view>
+                <view class="mb-2">{{ t('Ib.Index.NameCustom') }}-{{ t('Ib.Index.Custom') }}</view>
                 <view class="mb-0 fw-bold">{{ ibData.customAmount || '0' }}</view>
               </view>
             </view>
@@ -70,10 +70,10 @@
           <view class="card position-relative stat-card-clickable" @click="toIbManagement">
             <view class="card-body d-flex gap-3 align-items-center">
               <view class="clearfix pe-2 text-warning">
-                <cwg-icon name="crm-ib" :size="35" color="#FDBB1F" />
+                <cwg-icon name="crm-ib" :size="50" color="#FDBB1F" />
               </view>
               <view class="clearfix">
-                <view class="mb-1">{{ t('Ib.Index.NameCustom') }}-{{ t('Ib.Index.Agent') }}</view>
+                <view class="mb-2">{{ t('Ib.Index.NameCustom') }}-{{ t('Ib.Index.Agent') }}</view>
                 <view class="mb-0 fw-bold">{{ ibData.ibAmount || '0' }}</view>
               </view>
             </view>