diff --git a/src/views/attachment/AttachmentList.vue b/src/views/attachment/AttachmentList.vue index 3d89c57be..b01b89758 100644 --- a/src/views/attachment/AttachmentList.vue +++ b/src/views/attachment/AttachmentList.vue @@ -41,25 +41,22 @@ - - - -
- -
- - - -
+ + + + +
+ +
+ + + +
+
+
@@ -179,7 +176,6 @@ export default { margin: 24px 0 12px 0; } -.attachment-item, .search-box { padding-bottom: 12px; } diff --git a/src/views/comment/CommentList.vue b/src/views/comment/CommentList.vue index c7dcc331e..688c1402a 100644 --- a/src/views/comment/CommentList.vue +++ b/src/views/comment/CommentList.vue @@ -91,6 +91,12 @@ const columns = [ title: '内容', dataIndex: 'content' }, + { + title: '状态', + className: 'status', + dataIndex: 'statusProperty', + scopedSlots: { customRender: 'status' } + }, { title: '评论页面', dataIndex: 'post', @@ -101,12 +107,6 @@ const columns = [ dataIndex: 'createTime', scopedSlots: { customRender: 'createTime' } }, - { - title: '状态', - className: 'status', - dataIndex: 'statusProperty', - scopedSlots: { customRender: 'status' } - }, { title: '操作', dataIndex: 'action', diff --git a/src/views/interface/ThemeList.vue b/src/views/interface/ThemeList.vue index c32190e5c..b0b563029 100644 --- a/src/views/interface/ThemeList.vue +++ b/src/views/interface/ThemeList.vue @@ -1,51 +1,49 @@