¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // å ç¶å®¹å¨å®½åº¦çå¤å°çåï¼æ»å为12份 |
| | | span: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.col.span |
| | | }, |
| | | // æå®æ
æ ¼å·¦ä¾§çé´éæ°(æ»12æ ) |
| | | offset: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.col.offset |
| | | }, |
| | | // æ°´å¹³æåæ¹å¼ï¼å¯éå¼ä¸º`start`(æ`flex-start`)ã`end`(æ`flex-end`)ã`center`ã`around`(æ`space-around`)ã`between`(æ`space-between`) |
| | | justify: { |
| | | type: String, |
| | | default: uni.$u.props.col.justify |
| | | }, |
| | | // åç´å¯¹é½æ¹å¼ï¼å¯éå¼ä¸ºtopãcenterãbottomãstretch |
| | | align: { |
| | | type: String, |
| | | default: uni.$u.props.col.align |
| | | }, |
| | | // æå坹齿¹å¼ |
| | | textAlign: { |
| | | type: String, |
| | | default: uni.$u.props.col.textAlign |
| | | } |
| | | } |
| | | } |