From 382c45ae3e4611be8b3de9d96a25c01f6159257d Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Tue, 20 Dec 2016 17:35:06 +0800 Subject: [PATCH] zui-panel--without-margin-top --- dist/panel/index.wxss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/panel/index.wxss b/dist/panel/index.wxss index ef043194..9dd1fc26 100644 --- a/dist/panel/index.wxss +++ b/dist/panel/index.wxss @@ -5,3 +5,7 @@ margin-top: 10px; overflow: hidden; } + +.zui-panel--without-margin-top { + margin-top: 0; +}