文字微调

This commit is contained in:
ciaochaos 2020-05-08 17:00:44 +08:00
parent 2ac7b63ba1
commit 1cee37fb9f
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ class Qrcode extends React.Component {
<div style={logoStyle}> <div style={logoStyle}>
<h1 className="Qr-title">&ensp;</h1> <h1 className="Qr-title">&ensp;</h1>
</div> </div>
<p className="Qr-subtitle">参数化二维码生成器 <sup className="note-font">测试版</sup></p> <p className="Qr-subtitle">参数化二维码生成器 <sup className="Gray">测试版</sup></p>
<input <input
className="Qr-input big-input" className="Qr-input big-input"
placeholder="Input your URL here" placeholder="Input your URL here"
@ -255,7 +255,7 @@ class Qrcode extends React.Component {
</div> </div>
<div className="div-btn"> <div className="div-btn">
<a href="https://www.yuque.com/qrbtf/docs/dev" rel="noopener noreferrer" target="_blank"> <a href="https://www.yuque.com/qrbtf/docs/dev" rel="noopener noreferrer" target="_blank">
<button className="dl-btn">开发 & 设计</button> <button className="dl-btn">开发设计</button>
</a> </a>
<a href="https://www.yuque.com/qrbtf/docs/coop" rel="noopener noreferrer" target="_blank"> <a href="https://www.yuque.com/qrbtf/docs/coop" rel="noopener noreferrer" target="_blank">
<button className="dl-btn">商业合作</button> <button className="dl-btn">商业合作</button>