UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

17 lines 323 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ pagination: { position: 'absolute', alignItems: 'center' }, paginationX: { bottom: 10, left: 0, right: 0 }, paginationY: { right: 10, top: 0, bottom: 0 } });