city-casereport/components/coolui-scroller/nav-pannel/index.wxml
2023-12-06 14:22:42 +08:00

5 lines
284 B
Plaintext

<view class="wx-coolui-nav-pannel">
<view class="wx-coolui-nav-pannel-inner {{type}}" style="width:{{type === 'side' ? width * scrollerLength : width}}px;--left:{{-width * active}}px; {{animation?'transition: transform 0.4s;':''}}--active:{{active}}">
<slot />
</view>
</view>