Commit dd674869 authored by Nature's avatar Nature
parents 14a2170c 04bbf316
...@@ -2,7 +2,7 @@ HContent 内容区域 ...@@ -2,7 +2,7 @@ HContent 内容区域
```html ```html
<h-view> <h-view>
<h-content class="has-header"> <h-content>
<div>内容</div> <div>内容</div>
</h-content> </h-content>
<h-view> <h-view>
......
...@@ -4,7 +4,7 @@ HView 页面部分 ...@@ -4,7 +4,7 @@ HView 页面部分
<h-view> <h-view>
<h-header> <h-header>
</h-header> </h-header>
<h-content class="has-header"> <h-content>
</h-content> </h-content>
</h-view> </h-view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment