反馈按钮修复
This commit is contained in:
parent
12e506fcd2
commit
5c48008915
|
@ -218,7 +218,7 @@ class Qrcode extends React.Component {
|
|||
<div className="Qr-div-table">
|
||||
<table className="Qr-table">
|
||||
<tbody>
|
||||
{this.renderAdjustment()}
|
||||
{this.renderAdjustment()}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -251,7 +251,6 @@ class Qrcode extends React.Component {
|
|||
<a href="https://www.yuque.com/qrbtf/topics" rel="noopener noreferrer" target="_blank">
|
||||
<button className="dl-btn">问题反馈</button>
|
||||
</a>
|
||||
<button disabled className="dl-btn">提交样式</button>
|
||||
</div>
|
||||
<div className="div-btn">
|
||||
<button disabled className="dl-btn">提交样式</button>
|
||||
|
|
Loading…
Reference in New Issue