mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
1 line
378 B
Plaintext
1 line
378 B
Plaintext
<text style="color: {{color}}; font-size: {{(size || c_size) + (unit || c_unit)}}; font-weight:{{fontWeight}}" class="fui-icon {{!color && !primary?'fui-icon__color':''}} {{primary && !color?'fui-icon__active-color':''}} {{customPrefix && customPrefix!==true?customPrefix:''}} {{customPrefix && customPrefix!==true?name:''}}" bindtap="handleClick">{{ icons[name] || '' }}</text> |