diff --git a/src/components/global.less b/src/components/global.less index 273047566..1ed23c590 100644 --- a/src/components/global.less +++ b/src/components/global.less @@ -505,6 +505,6 @@ body { } } .ant-card-body{ - padding: 16px; + padding: 16px!important; } } \ No newline at end of file diff --git a/src/views/post/PostEdit.vue b/src/views/post/PostEdit.vue index a8bf21802..7ab9ef45a 100644 --- a/src/views/post/PostEdit.vue +++ b/src/views/post/PostEdit.vue @@ -2,24 +2,28 @@