会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芝麻小仙女
博客园
首页
新随笔
联系
管理
订阅
08 2022 档案
react+antd upload实现图片宽高、视频宽高尺寸校验
摘要:图片宽高校验方法: // 上传图片尺寸限制 const checkIconWH = (file: any) => { return new Promise<void>(function (resolve, reject) { const fileReader = new FileReader();
阅读全文
posted @
2022-08-24 14:01
芝麻小仙女
阅读(507)
评论(0)
推荐(0)
react+antd pro实现【列表可实时行内编辑】的弹窗表单组件
摘要:纯列表版效果展示: ① 初始无值,展示为唤醒按钮+文案外链 ②点击按钮唤醒弹窗(简易版示意图) ③配置后 可编辑表格组件文档: https://procomponents.ant.design/components/editable-table 纯列表组件代码: 表单引用: // antd-pro的
阅读全文
posted @
2022-08-22 15:58
芝麻小仙女
阅读(2429)
评论(0)
推荐(1)
永远记不住的修改滚动条样式的代码
摘要:.blcok { width: xxx; height: xxx; max-width: xxx; background: #fff; overflow-x: scroll; &::-webkit-scrollbar { width: 6px; height: 6px; } &::-webkit-s
阅读全文
posted @
2022-08-10 10:51
芝麻小仙女
阅读(35)
评论(0)
推荐(0)
公告