constant.js 295 Bytes
/*
 * @Date: 2022-07-18 10:22:22
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2023-03-23 17:45:36
 * @FilePath: /custom_form/src/constant.js
 * @Description: 文件描述
 */
// 颜色变量
export const styleColor = {
  baseColor: '#C2915F',
  backgroundColor: '#FFF9EF',
}