新增图片背景样式
This commit is contained in:
parent
b3b68fa8e1
commit
616b1cd547
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import './Qrcode.css'
|
import './Qrcode.css'
|
||||||
import {defaultRenderer, rand, randRGB} from "../utils/util";
|
import {defaultRenderer, rand} from "../utils/util";
|
||||||
|
|
||||||
function listPoint(props) {
|
function listPoint(props) {
|
||||||
if (!props.qrcode) return []
|
if (!props.qrcode) return []
|
||||||
|
|
Loading…
Reference in New Issue