提交
This commit is contained in:
28
甲情_甲意/miniprogram/node_modules/antd-mini/es/Pagination/index.axml
generated
vendored
Normal file
28
甲情_甲意/miniprogram/node_modules/antd-mini/es/Pagination/index.axml
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
<import-sjs
|
||||
from="./index.sjs"
|
||||
name="sjs"
|
||||
></import-sjs>
|
||||
<view
|
||||
class="ant-page-infinite {{className || ''}}"
|
||||
style="{{style || ''}}"
|
||||
>
|
||||
<scroll-view
|
||||
scrollX="{{true}}"
|
||||
class="ant-page-infinite-content"
|
||||
id="ant-pageInfinite{{$id ? '-' + $id : ''}}"
|
||||
onScroll="{{supportSjs ? sjs.changeScollDistance : 'onScroll'}}"
|
||||
>
|
||||
<slot></slot>
|
||||
</scroll-view>
|
||||
<view class="ant-page-infinite-wrap">
|
||||
<view
|
||||
class="ant-page-infinite-area"
|
||||
style="{{fillColor ? 'background-color:' + fillColor : ''}}"
|
||||
>
|
||||
<view
|
||||
class="ant-page-infinite-move"
|
||||
style="{{frontColor ? 'background-color:' + frontColor : ''}}; transform: translateX({{pageDeg}}%);"
|
||||
></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user