no message

Former-commit-id: fe0e951f1addef7d9a1bdcb923a404a38581db6a
Former-commit-id: 705fe2d2573ed81dad4a16b61b6585b1d831828f
Former-commit-id: 28e7a04fc692395cb7405f81cf6ce6c118ee74be
This commit is contained in:
liyang
2018-06-03 19:11:15 +08:00
parent 0735219a46
commit 165ae5d6a2
5 changed files with 22 additions and 19 deletions

View File

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