Files
ZangShiQi/public/weapp/components/uni-grid/uni-grid.wxml
2026-04-05 10:48:38 +08:00

1 line
182 B
Plaintext
Executable File

<view><view class="{{['uni-grid',(showBorder)?'border':'']}}" style="{{'border-left:'+(showBorder?'1px '+borderColor+' solid':'none')+';'}}" id="{{elId}}"><slot></slot></view></view>