问题反馈按钮
This commit is contained in:
parent
55fc72b34e
commit
3d14f4c249
|
@ -162,7 +162,7 @@ td:nth-child(2) {
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding-bottom: 10px;
|
padding: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
@ -288,11 +288,16 @@ input[type="number"]{
|
||||||
max-width: 410px;
|
max-width: 410px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-row:nth-last-child(1) {
|
||||||
|
margin-bottom: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
.div-btn {
|
.div-btn {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dl-btn {
|
.dl-btn {
|
||||||
|
|
|
@ -243,13 +243,18 @@ class Qrcode extends React.Component {
|
||||||
<div className="Qr-s-title">More</div>
|
<div className="Qr-s-title">More</div>
|
||||||
<p className="Qr-s-subtitle">更多</p>
|
<p className="Qr-s-subtitle">更多</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="Qr-Centered">
|
<div className="Qr-Centered btn-row">
|
||||||
<div className="div-btn">
|
<div className="div-btn">
|
||||||
<a href="https://www.yuque.com/qrbtf/docs" rel="noopener noreferrer" target="_blank">
|
<a href="https://www.yuque.com/qrbtf/docs" rel="noopener noreferrer" target="_blank">
|
||||||
<button className="dl-btn">使用手册</button>
|
<button className="dl-btn">使用手册</button>
|
||||||
</a>
|
</a>
|
||||||
<button disabled className="dl-btn">提交样式</button>
|
<button disabled className="dl-btn">提交样式</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="div-btn">
|
||||||
|
<a href="https://www.yuque.com/qrbtf/topics" rel="noopener noreferrer" target="_blank">
|
||||||
|
<button className="dl-btn">问题反馈</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="Qr-titled">
|
<div className="Qr-titled">
|
||||||
|
|
Loading…
Reference in New Issue