Merge branch 'master' of https://github.com/ciaochaos/qrbtf
This commit is contained in:
commit
1ef04fe418
|
@ -219,7 +219,7 @@ class Qrcode extends React.Component {
|
||||||
<div className="Qr-div-table">
|
<div className="Qr-div-table">
|
||||||
<table className="Qr-table">
|
<table className="Qr-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
{this.renderAdjustment()}
|
{this.renderAdjustment()}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@ -252,7 +252,6 @@ class Qrcode extends React.Component {
|
||||||
<a href="https://www.yuque.com/qrbtf/topics" rel="noopener noreferrer" target="_blank">
|
<a href="https://www.yuque.com/qrbtf/topics" rel="noopener noreferrer" target="_blank">
|
||||||
<button className="dl-btn">问题反馈</button>
|
<button className="dl-btn">问题反馈</button>
|
||||||
</a>
|
</a>
|
||||||
<button disabled className="dl-btn">提交样式</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="div-btn">
|
<div className="div-btn">
|
||||||
<button disabled className="dl-btn">提交样式</button>
|
<button disabled className="dl-btn">提交样式</button>
|
||||||
|
|
Loading…
Reference in New Issue