File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ export default () => {
122122 title : '摘要' ,
123123 dataIndex : 'description' ,
124124 key : 'description' ,
125- align : 'center' ,
126125 width : 350 ,
127126 render : ( text : string ) => < div className = "line-clamp-2" > { text ? text : '该文章暂未设置文章摘要' } </ div > ,
128127 } ,
@@ -142,7 +141,6 @@ export default () => {
142141 title : '标签' ,
143142 dataIndex : 'tagList' ,
144143 key : 'tagList' ,
145- align : 'center' ,
146144 render : ( tags : ArticleTag [ ] ) =>
147145 tags . map ( ( item , index ) => (
148146 < Tag key = { item . id } color = { colors [ index ] } >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default () => {
6363 setLoading ( true ) ;
6464
6565 await reductionArticleDataAPI ( id ) ;
66- notification . success ( { message : '🎉 还原文章成功 ' } ) ;
66+ notification . success ( { message : '🎉 恢复文章成功 ' } ) ;
6767 navigate ( '/article' ) ;
6868
6969 setLoading ( false ) ;
You can’t perform that action at this time.
0 commit comments