CNCEC_APP/unpackage/dist/dev/mp-weixin/components/chartCard.wxml

1 line
404 B
Plaintext
Raw Normal View History

2026-03-25 14:54:15 +08:00
<view class="coust-chart box-shadow" style="{{'height:' + g + ';' + ('background:' + h) + ';' + ('margin:' + i) + ';' + ('padding:' + j)}}"><view wx:if="{{a}}" class="coust-chart-tit" style="{{'color:' + c + ';' + ('border-bottom:' + d)}}">{{b}}</view><view hidden="{{!f}}" class="coust-loading"><u-loading wx:if="{{e}}" u-i="57e7d4c1-0" bind:__l="__l" u-p="{{e}}"></u-loading></view><slot></slot></view>