上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 添加showArrow属性(无语) 阅读全文
posted @ 2020-06-15 17:17 芝麻小仙女 阅读(2580) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-26 16:51 芝麻小仙女 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 单行省略: white-space : nowrap; overflow : hidden; text-overflow: ellipsis; 多行省略: overflow: hidden; max-height: 44px; text-overflow: ellipsis; -webkit-box 阅读全文
posted @ 2019-12-25 19:53 芝麻小仙女 阅读(195) 评论(0) 推荐(0) 编辑
摘要: app.js 在app.js中传递scrollTop给组件,用来计算动画触发时的高度 随便一个组件的代码: ps: forwards:当动画完成后,保持最后一个属性值(在最后一个关键帧中定义)。 from 大佬 阅读全文
posted @ 2019-09-20 10:52 芝麻小仙女 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 一、使用react-move实现从下到上进入的动画 4.插件2019-09-19官网 https://www.npmjs.com/package/react-move 二、国际化 1.安装依赖 npm的话命令是:npm install react-intl --save yarn的话命令是:yarn 阅读全文
posted @ 2019-09-19 14:27 芝麻小仙女 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 本功能是实现两个下拉选择框依次在页面滚动到指定位置时由下往上入场。 利用了CSSTransition实现。 react-transition-group官网:http://reactcommunity.org/react-transition-group/css-transition 页面代码: s 阅读全文
posted @ 2019-09-18 15:54 芝麻小仙女 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: Jenkins官网:https://jenkins.io/zh/ Jenkins下载:https://jenkins.io/zh/download/ 前人简介:https://www.cnblogs.com/jimmy-xuli/p/9020825.html 补充 Yum(全称为 Yellow do 阅读全文
posted @ 2019-09-10 10:11 芝麻小仙女 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 查看本地分支: git branch 查看远程分支: git branch -r (新:git remote show origin) 查看所有分支: git branch -a 同步本地分支: git remote prune origin 切换分支: git checkout <分支名> 创建分 阅读全文
posted @ 2019-09-05 09:53 芝麻小仙女 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 这次的需求是列表页可以按照时间进行升降序的排列(直接请求后端)及列筛选,如图: 在打开页面时,我们要首先请求接口,获取缺卡类型的筛选数据,然后把数据拼成正确的格式赋给table的column: // 获取缺卡类型和缺卡状态的筛选菜单数据 getTypeListAll = () => { const 阅读全文
posted @ 2019-08-23 14:04 芝麻小仙女 阅读(4490) 评论(0) 推荐(0) 编辑
摘要: 1.引入 import ReactEcharts from 'echarts-for-react'; 2.jsx里写入组件 <ReactEcharts option={getOptionAxis( axisData.list )} style={{ width: '100%', height:'40 阅读全文
posted @ 2019-07-02 11:52 芝麻小仙女 阅读(5429) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页