¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // æ¯å¦è线 |
| | | dashed: { |
| | | type: Boolean, |
| | | default: uni.$u.props.divider.dashed |
| | | }, |
| | | // æ¯å¦ç»çº¿ |
| | | hairline: { |
| | | type: Boolean, |
| | | default: uni.$u.props.divider.hairline |
| | | }, |
| | | // æ¯å¦ä»¥ç¹æ¿ä»£æåï¼ä¼å
äºtextåæ®µèµ·ä½ç¨ |
| | | dot: { |
| | | type: Boolean, |
| | | default: uni.$u.props.divider.dot |
| | | }, |
| | | // å
å®¹ææ¬çä½ç½®ï¼left-左边ï¼center-ä¸é´ï¼right-å³è¾¹ |
| | | textPosition: { |
| | | type: String, |
| | | default: uni.$u.props.divider.textPosition |
| | | }, |
| | | // ææ¬å
容 |
| | | text: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.divider.text |
| | | }, |
| | | // ææ¬å¤§å° |
| | | textSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.divider.textSize |
| | | }, |
| | | // ææ¬é¢è² |
| | | textColor: { |
| | | type: String, |
| | | default: uni.$u.props.divider.textColor |
| | | }, |
| | | // 线æ¡é¢è² |
| | | lineColor: { |
| | | type: String, |
| | | default: uni.$u.props.divider.lineColor |
| | | } |
| | | } |
| | | } |