摘要: 样例3: // img.onload = () => { // const originWidth = img.width; // const originHeight = img.height; // const maxWidth = 1600; // const maxHeight = 1200 阅读全文
posted @ 2020-03-20 20:46 贝子涵夕 阅读(13947) 评论(0) 推荐(0) 编辑
摘要: import React, { useState, useRef } from 'react'; import { QrcodeOutlined } from '@ant-design/icons'; import '@ant-design/compatible/assets/index.css'; 阅读全文
posted @ 2020-03-19 19:01 贝子涵夕 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Tslint配置主要配置文件如下: // tsconfig.json { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": 阅读全文
posted @ 2020-03-07 16:52 贝子涵夕 阅读(11171) 评论(0) 推荐(0) 编辑
摘要: 以上是所有UI部分(包括交互):效果如下: 下面是hoc逻辑部分: 使用说明: 在其它组件中导入: 阅读全文
posted @ 2019-09-09 11:29 贝子涵夕 阅读(948) 评论(0) 推荐(0) 编辑
摘要: 样式如下: 阅读全文
posted @ 2019-09-05 13:57 贝子涵夕 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 效果如下: 二,展示答题器状态 效果如下: 阅读全文
posted @ 2019-09-04 18:06 贝子涵夕 阅读(572) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react' import PropTypes from 'prop-types' import assign from 'object-assign' import _ from 'lodash' import { observable, action, } from 'mobx' import { observer, } fr 阅读全文
posted @ 2019-09-02 14:56 贝子涵夕 阅读(222) 评论(0) 推荐(0) 编辑
摘要: import React, { useState, useEffect } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import classnames from 'classnames' import './index.less' function CheckBox(props) { const 阅读全文
posted @ 2019-08-29 16:39 贝子涵夕 阅读(439) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import assign from 'object-assign' import './index.less' import NormalButton from '../NormalButton' i 阅读全文
posted @ 2019-08-29 16:38 贝子涵夕 阅读(188) 评论(0) 推荐(0) 编辑
摘要: <div className="uploading-animation-tip-wrap"> <img src={require('~/shared/assets/image/slide-uploading-animation-file-300-300.gif')} alt="" className="uploading-tip-animation-file" /> <img src={requi 阅读全文
posted @ 2019-08-27 18:01 贝子涵夕 阅读(325) 评论(0) 推荐(0) 编辑