自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 react+ant日历Calendar组件实现动态渲染节假日设置

react+ant日历Calendar组件实现动态渲染节假日设置

2023-03-24 10:15:15 1296

原创 react项目利用iframe集成嵌套页面跳转

import React, { PureComponent } from 'react';import Panel from '@/components/Panel';import styles from './card.less';import { Layout } from 'antd';const { Content } = Layout;import classNames from "classnames";import layoutStyles from "@/layouts/Bas.

2022-04-21 08:37:08 1923

原创 react + ant 赋值方法

1、方法中赋值getUsableCredit = (value) => { const { dispatch, form, } = this.props; const paramse={ size:1, current:10 } dispatch(URL( { payload: paramse, callback: (respon

2022-03-08 15:49:39 882

原创 react+ant上传文件

import { Drawer,Button,Upload,message, DatePicker,Divider,Input, Form, Row, Select,Icon} from 'antd';import {uploadProps} from '@/utils/initDataPage'; renderLeftButton = () => { return <Upload {...this.getExcelURL()} showUploadList={false}.

2022-03-08 15:46:12 925

原创 moment获取时间总结

import moment from 'moment';'当天': [moment(), moment()],'当月': [moment().startOf('month'), moment().endOf('month')],'当季': [moment().startOf('quarter'), moment().endOf('quarter')],'当年': [moment().startOf('year'), moment().endOf('year')],'上一天': [momen.

2022-03-04 14:41:10 1057

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除