文字微调

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