ASEMiniProgram/dist/icon/index.wxml

1 line
161 B
Plaintext
Raw Permalink Normal View History

2021-03-20 17:48:56 +00:00
<view class="i-class i-icon {{ type === '' ? '' : 'i-icon-' + type }} {{ custom }}" style="font-size: {{ size }}px; {{ color ? 'color:' + color : '' }}"></view>