mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
6 lines
670 B
Plaintext
6 lines
670 B
Plaintext
<view class="fui-text__wrap {{block?'fui-text__block':'fui-text__inline'}} {{'fui-text__'+align}} {{highlight && !disable?'fui-text__active':''}}" style="text-align:{{align}};padding:{{padding}}" bindtap="handleTap">
|
|
<slot></slot>
|
|
<text class="fui-text__content {{color?'':'fui-text__'+type}} {{unShrink?'fui-text__unshrink':''}}"
|
|
style="color:{{color}};font-size:{{(size || c_size) + (unit || c_unit)}};line-height: {{lineHeight?((size || c_size) + (unit || c_unit)):'auto'}};text-align:{{align}};text-decoration:{{decoration}};font-weight:{{fontWeight}}" userSelect="{{userSelect}}" decode="{{decode}}">{{textValue}}</text>
|
|
<slot name="right"></slot>
|
|
</view> |