优化个人中心表格样式和字体大小
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<div class="flex items-center">
|
||||
<el-image :src="scope.row.iconUrl" fit="contain" alt="" srcset="" class="h-91px w-181px rd-4px" />
|
||||
<div class="ml-17px">
|
||||
<div class="text-16px text-[#333333] font-normal">{{ scope.row.title }}</div>
|
||||
<div class="text-14px text-[#333333] font-normal my-10px!">
|
||||
<div class="text-[#333333] font-normal">{{ scope.row.title }}</div>
|
||||
<div class="text-13px text-[#333333] font-normal my-10px!">
|
||||
{{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
|
||||
<span class="ml-4px color-#999">{{ scope.row.isDomestic === 1 ? '中国' : scope.row.country }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user