dev_aliyun2
杨树明 5 years ago committed by harry
parent 18b7c3c2db
commit f40d77ef67

@ -65,4 +65,8 @@
.padding0-12{
padding: 12px 0px;
}
.pointer{
cursor: pointer;
}

@ -270,7 +270,7 @@ class RepositoryAddFileupload_files extends Component {
<p className="ant-form-item-label">
<div className={"color888 font-16"}>当前目录{this.state.filspath===""?"/":"/"+this.state.filspath} <span className={"color-blue"} onClick={this.Selectfiledirectory}>选择文件目录</span></div>
<div className={"color888 font-16"}>当前目录{this.state.filspath===""?"/":"/"+this.state.filspath} <span className={"color-blue pointer"} onClick={this.Selectfiledirectory}>选择文件目录</span></div>
</p>
{/*<div className="mt10 mb25 repoCMWrapper filecode">*/}

Loading…
Cancel
Save