提交 c8d155eb 编写于 作者: H hdx

node-info: 指定当前页面的padding,不使用全局的样式,防止其他样式调整影响自动化测试结果

上级 38ac698c
<template> <template>
<view class="uni-padding-wrap"> <view class="page">
<page-head :title="title"></page-head> <page-head :title="title"></page-head>
<button class="btn btn-get-node-info" @click="getNodeInfo">getNodeInfo</button> <button class="btn btn-get-node-info" @click="getNodeInfo">getNodeInfo</button>
<button class="btn btn-get-all-node-info" @click="getAllNodeInfo">getAllNodeInfo</button> <button class="btn btn-get-all-node-info" @click="getAllNodeInfo">getAllNodeInfo</button>
...@@ -91,6 +91,10 @@ ...@@ -91,6 +91,10 @@
</script> </script>
<style> <style>
.page {
padding: 15px;
}
.btn { .btn {
margin-top: 15px; margin-top: 15px;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册