Commit 80613a8543e96e2a70686f11c0e9eaa4dc4f62a5

Authored by zhiyangdu
1 parent 0f45f941

简介组件增加marginTop30px属性

src/components/htmlBox/htmlBox.less
... ... @@ -4,6 +4,7 @@
4 4 .box {
5 5 width: 100%;
6 6 height: auto;
  7 + margin-top: 30px;
7 8 .html {
8 9 background-color: #ffffff;
9 10 margin: 0 auto;
... ...