¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æç¤ºå¨çæ´ä½å®½åº¦ |
| | | indicatorWidth: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.scrollList.indicatorWidth |
| | | }, |
| | | // æ»åç宽度 |
| | | indicatorBarWidth: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.scrollList.indicatorBarWidth |
| | | }, |
| | | // æ¯å¦æ¾ç¤ºé¢æ¿æç¤ºå¨ |
| | | indicator: { |
| | | type: Boolean, |
| | | default: uni.$u.props.scrollList.indicator |
| | | }, |
| | | // æç¤ºå¨éæ¿æ´»é¢è² |
| | | indicatorColor: { |
| | | type: String, |
| | | default: uni.$u.props.scrollList.indicatorColor |
| | | }, |
| | | // æç¤ºå¨çæ¿æ´»é¢è² |
| | | indicatorActiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.scrollList.indicatorActiveColor |
| | | }, |
| | | // æç¤ºå¨æ ·å¼ï¼å¯éè¿bottomï¼leftï¼rightè¿è¡å®ä½ |
| | | indicatorStyle: { |
| | | type: [String, Object], |
| | | default: uni.$u.props.scrollList.indicatorStyle |
| | | } |
| | | } |
| | | } |