UI界面变更-文档库

This commit is contained in:
刘彦泽
2022-12-27 17:44:14 +08:00
parent eb81b7e091
commit c2ba0b1d74
3 changed files with 28 additions and 8 deletions
@@ -331,21 +331,21 @@
{
title: this.$t('ModificationContent'),
dataIndex: 'content',
align: 'center',
align: 'left',
ellipsis: true,
scopedSlots: { customRender: 'content' }
},
{
title: this.$t('ModificationTime'),
dataIndex: 'createTime',
align: 'center',
align: 'left',
ellipsis: true,
width: 180
},
{
title: this.$t('personnel'),
dataIndex: 'createBy',
align: 'center',
align: 'left',
ellipsis: true,
width: 180
}
@@ -818,4 +818,12 @@
color: #00B3BE !important;
cursor: pointer;
}
/deep/.table .ant-table-thead > tr > th {
font-weight: bolder;
}
///deep/.table .ant-table-tbody > tr > td {
// color: #040B29 ;
//}
</style>