no message

Former-commit-id: 1823f1a26c18e3603528a61567e69fcb7996593d
Former-commit-id: 35579f0af3dec8e09da4444edf0fd84dd345df2e
Former-commit-id: db6caccb186681f4ea76cec45ca9871bcf76053e
This commit is contained in:
李杨
2018-03-09 19:42:57 +08:00
parent 6553a0b99e
commit d3039ddee3
2 changed files with 37 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<slot></slot>
</div>
<!-- [full-card] 撑满 -->
<card-full v-if="type === 'full-card'">
<card-full v-if="type === 'full-card'" :right="20" :bottom="20">
<slot v-if="$slots.header" name="header" slot="header"></slot>
<slot></slot>
</card-full>