2026-01-14 16:54:47 +08:00
|
|
|
<view class="card-item" style="{{ customStyle }}">
|
|
|
|
|
<view class="label" style="{{ labelStyle }}">
|
|
|
|
|
{{ label || '' }}
|
|
|
|
|
<slot name="label" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="value" style="{{ valueStyle }}">
|
|
|
|
|
{{ value || '' }}
|
|
|
|
|
<slot name="value" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|