|
@@ -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;
|