|
|
|
@ -161,7 +161,7 @@ class VNCContainer extends Component {
|
|
|
|
|
<div style={{ 'padding': '16px', 'border-bottom': '1px solid #3A383A' }}>
|
|
|
|
|
<div style={{ color: '#888888' }}>网址克隆</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"
|
|
|
|
|
style={{color: '#4CACFF', cursor: 'pointer', verticalAlign: 'baseline'}} data-clipboard-text={git_url} ></i>
|
|
|
|
|
</div>
|
|
|
|
|