row.js 344 B

123456789101112131415161718
  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/row.js
  9. */
  10. export default {
  11. // row
  12. row: {
  13. gutter: 0,
  14. justify: 'start',
  15. align: 'center'
  16. }
  17. }