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

10 lines
280 B
Plaintext

<wxs src="../common/utils.wxs" module="_" />
<wxs src="./col.wxs" module="utils" />
<view
class="class {{prefix}}-class {{ _.cls(classPrefix, [span]) }} {{ offset ? classPrefix + '--offset-' + offset : '' }}"
style="{{ utils.getColStyles({ gutter }) }}"
>
<slot />
</view>