dev_hss
hjm 5 years ago
parent 83f4bbf179
commit bd5e65f146

@ -161,7 +161,7 @@ class VNCContainer extends Component {
<div style={{ 'padding': '16px', 'border-bottom': '1px solid #3A383A' }}> <div style={{ 'padding': '16px', 'border-bottom': '1px solid #3A383A' }}>
<div style={{ color: '#888888' }}>网址克隆</div> <div style={{ color: '#888888' }}>网址克隆</div>
<div> <div>
<input value={git_url} readonly={true} style={{ color: '#BABABA', width: '190px', background: 'transparent', border: 'none' }}></input> <input value={git_url} readonly={true} style={{ color: '#BABABA', width: '203px', background: 'transparent', border: 'none' }}></input>
<i class="iconfont icon-fuzhi font-14 ml10 copybtn" <i class="iconfont icon-fuzhi font-14 ml10 copybtn"
style={{color: '#4CACFF', cursor: 'pointer', verticalAlign: 'baseline'}} data-clipboard-text={git_url} ></i> style={{color: '#4CACFF', cursor: 'pointer', verticalAlign: 'baseline'}} data-clipboard-text={git_url} ></i>
</div> </div>

Loading…
Cancel
Save