zhangmeng
2024-04-19 e3ba120cb766a17e098e58d11c39ffc600a3070c
commit | author | age
e3ba12 1 /*
Z 2  * @Author       : LQ
3  * @Description  :
4  * @version      : 1.0
5  * @Date         : 2021-08-20 16:44:21
6  * @LastAuthor   : LQ
7  * @lastTime     : 2021-08-20 17:18:58
8  * @FilePath     : /u-view2.0/uview-ui/libs/config/props/row.js
9  */
10 export default {
11     // row
12     row: {
13         gutter: 0,
14         justify: 'start',
15         align: 'center'
16     }
17 }