Files
delivery-uniapp/uni_modules/uview-plus/components/u-index-list/indexList.js

22 lines
496 B
JavaScript

/*
* @Author : LQ
* @Description :
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : jry
* @lastTime : 2025-12-19 08:55:21
* @FilePath : /uview-plus/libs/config/props/indexList.js
*/
export default {
// indexList 组件
indexList: {
inactiveColor: '#606266',
activeColor: '#5677fc',
indexList: [],
sticky: true,
customNavHeight: 0,
safeBottomFix: false,
itemMargin: '0rpx'
}
}