摘要:
.replace(/(.{5})/g, '$1\n') 每隔5个字符插入 \n 阅读全文
摘要:
<PullToRefresh damping={50 as any} className='pullToRefresh' getScrollContainer={() => undefined} distanceToRefresh={40} style={{ height: hei, overflo 阅读全文
摘要:
import { IconButton, Avatar, Typography } from "@material-ui/core"; import _ServerURL from './../components/Ajax/_ServerURL'; import { ask } from "../ 阅读全文
摘要:
import TextField from '@material-ui/core/TextField'; /** * @param error 是否是错误 * @param fullWidth 是否全部宽度 * @param placeholder 说明文字 * @param remark 追加说明 阅读全文
摘要:
import FormControlLabel from '@material-ui/core/FormControlLabel'; import Switch from '@material-ui/core/Switch'; /** * @param error 是否是错误 * @param fu 阅读全文
摘要:
import TextField from '@material-ui/core/TextField'; import MenuItem from '@material-ui/core/MenuItem'; const currencies = [ { value: 'USD', label: '$ 阅读全文
摘要:
import JInput from "./JInput"; import JUpload from "./JUpload"; import { Button, Grid } from "@material-ui/core"; import JToggle from './JToggle'; imp 阅读全文
摘要:
word-break:normal; width:auto; display:block; white-space:pre-wrap; word-wrap : break-word ; overflow: hidden ; 阅读全文