ljc 8 hours ago
parent
commit
a274f45a75
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/ib/index.vue

+ 2 - 1
pages/ib/index.vue

@@ -636,7 +636,7 @@ const mamColumns = computed(() => [
 ])
 ])
 
 
 const mamMobilePrimaryFields = computed(() => [
 const mamMobilePrimaryFields = computed(() => [
-  { prop: 'mamAccount', label: t('Ib.Index.MAMAccount'), align: 'center', slot: 'mamAccount' },
+  { prop: 'mamAccount', width:120, label: t('Ib.Index.MAMAccount'), align: 'center', slot: 'mamAccount' },
   { prop: 'type', label: t('Label.Type'), align: 'center', slot: 'mamType' },
   { prop: 'type', label: t('Label.Type'), align: 'center', slot: 'mamType' },
   { prop: 'platform', label: t('Ib.Index.Platform'), align: 'center' },
   { prop: 'platform', label: t('Ib.Index.Platform'), align: 'center' },
   { prop: 'more', type: 'more', width: 20, align: 'right' },
   { prop: 'more', type: 'more', width: 20, align: 'right' },
@@ -1025,6 +1025,7 @@ onMounted(async () => {
 
 
 .mam-line {
 .mam-line {
   display: flex;
   display: flex;
+  flex-direction: column;
   justify-content: center;
   justify-content: center;
   gap: 6rpx;
   gap: 6rpx;
   line-height: 1.5;
   line-height: 1.5;