UNPKG
magix-components
Version:
latest (1.3.1)
1.3.1
1.3.0
1.1.0
1.0.0
magix组件
github.com/magix-components/magix-components
magix-components/magix-components
magix-components
/
tmpl
/
mx-table
/
rwd.html
8 lines
•
269 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
class
=
"pa wrap unselectable"
>
<
div
class
=
"arrow fl"
mx-click
=
"@{toPrev}()"
>
<
i
class
=
"mc-iconfont f12"
>

</
i
>
</
div
>
<
div
class
=
"arrow fr"
mx-click
=
"@{toNext}()"
>
<
i
class
=
"mc-iconfont f12 rotate180"
>

</
i
>
</
div
>
</
div
>