init
This commit is contained in:
29
xhs-mini-demos/component-case/label/templates.xhsml
Normal file
29
xhs-mini-demos/component-case/label/templates.xhsml
Normal file
@@ -0,0 +1,29 @@
|
||||
<!-- 以下内容为自动生成,请勿手动修改 -->
|
||||
|
||||
<view class="container">
|
||||
<showbox title="label演示">
|
||||
<box>
|
||||
<view class="_ui-space">
|
||||
<view>
|
||||
<label for="{{page_data_0}}">
|
||||
<switch type="checkbox" color="red"></switch>
|
||||
</label>
|
||||
</view>
|
||||
|
||||
<view class="_dflex">
|
||||
<view style="flex: 4" class="_dflex _ai_center"
|
||||
><text>for</text></view
|
||||
>
|
||||
<view style="flex: 6" class="_ui-input">
|
||||
<input
|
||||
value="{{page_data_0}}"
|
||||
placeholder="for"
|
||||
type="text"
|
||||
bindinput="page_fun_0"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</box>
|
||||
</showbox>
|
||||
</view>
|
||||
Reference in New Issue
Block a user