25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
397 B

  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 3.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : jry
  7. * @lastTime : 2025-12-19 08:55:21
  8. * @FilePath : /uview-plus/libs/config/props/col.js
  9. */
  10. export default {
  11. // col 组件
  12. col: {
  13. span: 12,
  14. offset: 0,
  15. justify: 'start',
  16. align: 'stretch',
  17. textAlign: 'left'
  18. }
  19. }