water_xcx/miniprogram_npm/tdesign-miniprogram/steps/steps.wxml

6 lines
178 B
Plaintext
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
<view
class="{{classPrefix}} {{classPrefix}}--{{layout}} {{classPrefix}}--{{type}}-anchor {{readonly ? classPrefix + '--readonly' : ''}} {{prefix}}-class"
>
<slot />
</view>