update
This commit is contained in:
@@ -34,7 +34,7 @@ const del = async (id) => {
|
||||
回复{{ list.findIndex(k => k.pid === item.pid) }}:
|
||||
</div>
|
||||
<img class="size-[32px]" v-if="item.image" :src="item.image" alt=""/>
|
||||
<div class="whitespace-nowrap">{{ item.intro }}</div>
|
||||
<div class="whitespace-nowrap ellipsis w-[370px]">{{ item.intro }}</div>
|
||||
</div>
|
||||
<a-popconfirm content="确认删除吗?" @ok="del(item.id)" v-if="!hideDelete">
|
||||
<a-button size="mini" shape="circle" type="text">
|
||||
|
||||
@@ -38,6 +38,10 @@ const columns = [
|
||||
title: '付款人账户',
|
||||
dataIndex: 'account'
|
||||
},
|
||||
{
|
||||
title: '收款人账户',
|
||||
dataIndex: 'receive'
|
||||
},
|
||||
{
|
||||
title: '关联任务ID',
|
||||
dataIndex: 'task_id'
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user