芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dates/src/utils/getCalendarMonthWidth.js
export default function getCalendarMonthWidth(daySize, calendarMonthPadding = 0) { return (7 * daySize) + (2 * calendarMonthPadding) + 1; }