zui-panel--without-margin-top

This commit is contained in:
pangxie1991 2016-12-20 17:35:06 +08:00
parent ebecf0346d
commit 382c45ae3e

View File

@ -5,3 +5,7 @@
margin-top: 10px; margin-top: 10px;
overflow: hidden; overflow: hidden;
} }
.zui-panel--without-margin-top {
margin-top: 0;
}