diff --git a/src/components/Comment/index.vue b/src/components/Comment/index.vue index 9eb96fe..b0ab78f 100644 --- a/src/components/Comment/index.vue +++ b/src/components/Comment/index.vue @@ -34,7 +34,7 @@ const del = async (id) => { 回复{{ list.findIndex(k => k.pid === item.pid) }}: -
{{ item.intro }}
+
{{ item.intro }}
diff --git a/src/pages/merchant/pages/my-wallet/moving-account-details.vue b/src/pages/merchant/pages/my-wallet/moving-account-details.vue index 565eb12..f5d0634 100644 --- a/src/pages/merchant/pages/my-wallet/moving-account-details.vue +++ b/src/pages/merchant/pages/my-wallet/moving-account-details.vue @@ -38,6 +38,10 @@ const columns = [ title: '付款人账户', dataIndex: 'account' }, + { + title: '收款人账户', + dataIndex: 'receive' + }, { title: '关联任务ID', dataIndex: 'task_id' diff --git a/src/scss/global.scss b/src/scss/global.scss index 0f6525d..276f357 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -28,6 +28,11 @@ body { color: var(--color-text-2) !important; } +.ellipsis { + text-overflow: ellipsis; + overflow: hidden; +} + #Item-View { @apply flex flex-col p-[20px] min-h-full overflow-auto; .arco-card {