文字微调
This commit is contained in:
parent
2ac7b63ba1
commit
1cee37fb9f
|
@ -157,7 +157,7 @@ class Qrcode extends React.Component {
|
||||||
<div style={logoStyle}>
|
<div style={logoStyle}>
|
||||||
<h1 className="Qr-title"> </h1>
|
<h1 className="Qr-title"> </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>
|
||||||
|
|
Loading…
Reference in New Issue