no message

Former-commit-id: 2bfd8299753e5111a002360f60bbb542a0b77b04
Former-commit-id: 7a370ef4f8202b1cc28275f0efa1ae9a39fe1494
Former-commit-id: 548157f689124b2f2b917c29bfdbb4ce5ba772cd
This commit is contained in:
liyang
2018-06-04 15:54:54 +08:00
parent 80872b727e
commit 2f0bc664d2

View File

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