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
@@ -88,18 +88,18 @@
title: this.$t('standard'),
dataIndex: 'serial_number',
ellipsis: true,
align: 'center'
align: 'left'
},
{
title: this.$t('title'),
dataIndex: 'title',
ellipsis: true,
align: 'center'
align: 'left'
},
{
title: this.$t('TextStatus'),
dataIndex: 'state',
align: 'center'
align: 'left'
}
],
dataList: [],
@@ -263,6 +263,14 @@
text-align: right;
margin-top: 20px;
}
/deep/.ant-table-thead > tr > th {
font-weight: bolder;
}
/*/deep/.ant-table-tbody > tr > td {*/
/* color: #040B29 ;*/
/*}*/
</style>
<style>
/*.ant-input-disabled{*/