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

* 部分组件切换为 hairline

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

30 lines
756 B
Plaintext

<import src="/dist/noticebar/index.wxml" />
<view class="container">
<view class="doc-title zan-hairline--bottom">NOTICEBAR</view>
<view class="zan-panel-title">滚动通告栏</view>
<view class="zan-panel">
<template
is="zan-noticebar"
data="{{ ...movable, componentId: 'movable' }}"
></template>
</view>
<view class="zan-panel-title">静止通告栏1</view>
<view class="zan-panel">
<template
is="zan-noticebar"
data="{{ ...static1, componentId: 'static1' }}"
></template>
</view>
<view class="zan-panel-title">静止通告栏2</view>
<view class="zan-panel">
<template
is="zan-noticebar"
data="{{ ...static2, componentId: 'static2' }}"
></template>
</view>
</view>