ASEMiniProgram/dist/icon/index.wxml
2021-03-21 01:48:56 +08:00

1 line
161 B
Plaintext

<view class="i-class i-icon {{ type === '' ? '' : 'i-icon-' + type }} {{ custom }}" style="font-size: {{ size }}px; {{ color ? 'color:' + color : '' }}"></view>