Browse Source

style: 调整样式

kailong321200875 2 năm trước cách đây
mục cha
commit
d29e151f8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ContentWrap/src/ContentWrap.vue

+ 1 - 1
src/components/ContentWrap/src/ContentWrap.vue

@@ -14,7 +14,7 @@ defineProps({
 </script>
 
 <template>
-  <ElCard :class="[prefixCls, 'mb-20px']" shadow="never">
+  <ElCard :class="[prefixCls]" shadow="never">
     <template v-if="title" #header>
       <div class="flex items-center">
         <span class="text-16px font-700">{{ title }}</span>