city-casereport/miniprogram_npm/tdesign-miniprogram/steps/steps.wxml
2023-12-06 14:22:42 +08:00

9 lines
218 B
Plaintext

<wxs src="../common/utils.wxs" module="_" />
<view
style="{{_._style([style, customStyle])}}"
class="{{_.cls(classPrefix, [layout, ['readonly', readonly], sequence])}} class {{prefix}}-class"
>
<slot />
</view>