ljc 6 dní pred
rodič
commit
0025b34ce2
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 2
      pages/follow/trading-center.vue

+ 3 - 2
pages/follow/trading-center.vue

@@ -385,7 +385,7 @@ const currentColumns = computed(() => [
   { prop: 'winRate', label: t('TradingCenter.item6'), align: 'center', sortable: true },
   { prop: 'maxDdRate', label: t('TradingCenter.item7'), align: 'center', sortable: true },
   { prop: 'activity', label: t('TradingCenter.item8'), slot: 'activity', align: 'center', sortable: true },
-  { prop: 'view', label: t('Documentary.tradingCenter.item23'), slot: 'view', align: 'center', width: 80 },
+  { prop: 'view', label: t('Documentary.tradingCenter.item23'), slot: 'view', align: 'center' },
   // { prop: 'recommendReason', label: t('Documentary.tradingCenter.item142'), align: 'center', width: 100 },
   { prop: 'subscribe', label: t('Documentary.tradingCenter.item24'), slot: 'subscribe', align: 'center' },
 ])
@@ -614,7 +614,7 @@ const applyFllowCancel = () => {
 }
 
 .btn-primary {
-  min-width: px2rpx(50);
+  min-width: px2rpx(70);
   background-color: #4497ff;
   color: white;
   padding: 0 px2rpx(12);
@@ -624,6 +624,7 @@ const applyFllowCancel = () => {
   height: 28px;
   line-height: 28px;
   border-radius: 4px;
+  cursor: pointer;
 }
 
 .dia-content {