反馈按钮修复

This commit is contained in:
ciaochaos 2020-05-06 00:27:32 +08:00
parent 12e506fcd2
commit 5c48008915
1 changed files with 1 additions and 2 deletions

View File

@ -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>