提交 2ac2de52 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY 提交者: shutao-dc

native-view 示例添加提示

上级 6c0125e2
<template> <template>
<view> <view>
<text class="tips">说明:如果本地无 uts 插件编译环境请提交打包自定义基座查看效果</text>
<native-button class="native-button" style="width: 200px; height: 100px;" :text="buttonText" @buttonTap="ontap" <native-button class="native-button" style="width: 200px; height: 100px;" :text="buttonText" @buttonTap="ontap"
@load="onload"></native-button> @load="onload"></native-button>
<native-time-picker class="native-time-picker" :hour=2 :minute=3 @changed="onChanged"></native-time-picker> <native-time-picker class="native-time-picker" :hour=2 :minute=3 @changed="onChanged"></native-time-picker>
...@@ -38,7 +39,15 @@ ...@@ -38,7 +39,15 @@
} }
</script> </script>
<style> <style>
.tips {
font-size: 14px;
color: #BEBEBE;
margin: 25px auto 25px auto;
text-align: center;
}
.native-button { .native-button {
height: 100px; height: 100px;
width: 100px; width: 100px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册