mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
7 lines
452 B
Plaintext
7 lines
452 B
Plaintext
<view style="width:{{width}};height:{{height?height:'auto'}}" class="fui-grid__item {{width?'':'fui-grid__item-hidden'}}" >
|
|
<view class="fui-grid__item-box {{showBorder?'fui-grid__item-border':''}} {{highlight?'fui-highlight':''}}"
|
|
style="border-right-color: {{borderColor}};border-bottom-color: {{borderColor}};border-top-color: {{borderColor}};background-color:{{backgroundColor}}"
|
|
bindtap="handleClick">
|
|
<slot></slot>
|
|
</view>
|
|
</view> |