wujingjing
2025-03-21 4416bb12a556deb538fa77d91261c3db496ab732
src/components/layout/AHMContainer.vue
@@ -8,7 +8,7 @@
         <slot v-else name="aside"></slot>
      </el-col>
      <el-col :span="20" :xs="24" class="flex-column h100">
         <el-card class="yw-layout-card yw-layout-header" v-if="type === 'card'" shadow="hover" :body-style="{ paddingBottom: '0' }">
         <el-card class="yw-layout-card yw-layout-header flex-0" v-if="type === 'card'" shadow="hover" :body-style="{ paddingBottom: '0' }">
            <slot name="header"> </slot>
         </el-card>
         <slot v-else name="header"> </slot>