no message

Former-commit-id: e3f0c3a3974c52eb3494d660fcc6f8c271ba40ac [formerly e3f0c3a3974c52eb3494d660fcc6f8c271ba40ac [formerly e3f0c3a3974c52eb3494d660fcc6f8c271ba40ac [formerly e3f0c3a3974c52eb3494d660fcc6f8c271ba40ac [formerly fa69f2574899f9ad088d8d4bee0a3cff903de33f [formerly 12eadcee66915520cc54e449cae6ba0cc2a4358a]]]]]
Former-commit-id: 57bbfd7a042223e42a9f8340206094c13c84c64b
Former-commit-id: 5b5a22913042d4a209abddc17ac78757aa65a6f6
Former-commit-id: 8b6c16ca59cda56b5c4e07ea4da0591d675a78c7 [formerly 4eeb22d52c22dff0332c776e5337492c9304cb9c]
Former-commit-id: a8a84ab3cd9ce08522be3a35429a357d1da8deeb
Former-commit-id: e8e129566eb80b7ff6f18740c7e7ebac54e87f35
Former-commit-id: c7c3ae1f63840a308a4754c359e2615a16fdd879
Former-commit-id: 595730753c93020026cdd852440386a1fc6346c4
Former-commit-id: 2431b9b6f35bd23c34b150cb83462bd49976fe97
This commit is contained in:
liyang
2018-06-28 13:16:39 +08:00
parent 19cd6dc5b4
commit 37c7801bd1
3 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ export default {
right: 20px;
bottom: 0px;
left: 0px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
// border-top-left-radius: 4px;
// border-top-right-radius: 4px;
display: flex;
flex-direction: column;
overflow: hidden;

View File

@@ -6,7 +6,7 @@
<slot/>
</el-card>
<!-- [ghost] 隐形的容器 -->
<div v-if="type === 'ghost'" class="d2-mr d2-mb">
<div v-if="type === 'ghost'" class="d2-container-ghost">
<slot name="header"/>
<slot/>
</div>