提交 73263593 编写于 作者: H hdx

pageStyle: 调整样式

上级 ccf52e71
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<text style="margin-top: 5px">index: {{ index }}, route: {{ page.route }}</text> <text style="margin-top: 5px">index: {{ index }}, route: {{ page.route }}</text>
</template> </template>
</view> </view>
<button class="btn btn-get-page-style" type="primary" @click="getPageStyle">getPageStyle</button> <button class="btn btn-get-page-style" type="default" @click="getPageStyle">getPageStyle</button>
<button class="btn btn-set-page-style-1" type="default" @click="setPageStyle(true)">setPageStyle(true)</button> <button class="btn btn-set-page-style-1" type="default" @click="setPageStyle(true)">setPageStyle(true)</button>
<button class="btn btn-set-page-style-0" type="default" @click="setPageStyle(false)">setPageStyle(false)</button> <button class="btn btn-set-page-style-0" type="default" @click="setPageStyle(false)">setPageStyle(false)</button>
<textarea class="textarea" :value="pageStyleText" :maxlength="-1" :auto-height="true"></textarea> <textarea class="textarea" :value="pageStyleText" :maxlength="-1" :auto-height="true"></textarea>
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
margin-top: 5px; margin-top: 5px;
padding: 5px; padding: 5px;
background-color: #fff; background-color: #fff;
width: 100%;
} }
.tips { .tips {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册