pet/uni_modules/uview-next/libs/config/props/section.js

28 lines
575 B
JavaScript

/*
* @Author : LQ
* @Description :
* @version : 1.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 17:07:33
* @FilePath : /u-view2.0/uview-ui/libs/config/props/section.js
*/
import theme from '../theme.js'
export default {
// u-section组件
section: {
title: '',
subTitle: '',
right: true,
fontSize: 15,
bold: true,
color: theme.mainColor,
subColor: theme.lightColor,
showLine: true,
lineColor: '',
arrow: true
}
}