Yao ce5559a57e
[improvement] 部分组件边框实现修改 (#87)
* 使用超细边框

* 部分组件切换为 hairline

* 文档 边框替换
2017-12-23 14:25:41 +08:00

23 lines
537 B
Plaintext

<import src="/dist/tab/index.wxml" />
<view class="container">
<view class="doc-title zan-hairline--bottom">TAB</view>
<view style="margin: 20px 0">
<template
is="zan-tab"
data="{{ ...tab1, componentId: 'tab1' }}"></template>
</view>
<view style="margin: 20px 0">
<template
is="zan-tab"
data="{{ ...tab2, componentId: 'tab2' }}"></template>
</view>
<view style="margin: 20px 0">
<template
is="zan-tab"
data="{{ ...tab3, componentId: 'tab3' }}"></template>
</view>
</view>