diff --git a/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js b/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js index 0902bcc4..e74a2cd1 100644 --- a/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js +++ b/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js @@ -43,7 +43,7 @@ class PackageConcent extends Component { enterButton={ 搜索} onSearch={value => console.log(value)} />

diff --git a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js index 80bc2996..92f302cc 100644 --- a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js +++ b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js @@ -160,8 +160,8 @@ class PackageIndexNEITaskDetails extends Component { } render() { let {overtype}=this.state; - console.log(overtype) - let {modalCancel,gouxuans2}=this.state; + // console.log(overtype) + let {gouxuans2}=this.state; return (
@@ -298,15 +298,30 @@ class PackageIndexNEITaskDetails extends Component { {/*发布者和竞选者状态show*/}
{/*下面是头像*/} -
+
+
+
+ 报名列表(12) +
+
+ + +
+
+
+ +
{gouxuans2&&gouxuans2.map((item,key)=>{ return( -
+
- {item.name} +
{item.name}
+ + 头像联系TA +
) })} @@ -320,7 +335,22 @@ class PackageIndexNEITaskDetails extends Component { {/*发布人选择状态*/}
{/*下面是头像*/} -
+
+
+
+ 报名列表(12) +
+ +
+
+ 已选 (5) +
+ 取消 + +
+
+
+
@@ -329,7 +359,7 @@ class PackageIndexNEITaskDetails extends Component {
this.Clickteacher2(item.id)}> {item.bool===true?:} - {item.name} + {item.name}
) })} @@ -351,4 +381,3 @@ class PackageIndexNEITaskDetails extends Component { } export default PackageIndexNEITaskDetails; - diff --git a/public/react/src/modules/projectPackages/packageconcnet.css b/public/react/src/modules/projectPackages/packageconcnet.css index 3cbd99cc..4709191c 100644 --- a/public/react/src/modules/projectPackages/packageconcnet.css +++ b/public/react/src/modules/projectPackages/packageconcnet.css @@ -226,7 +226,7 @@ height: 26px; font-size: 14px; line-height: 26px; - display: block; + /*display: block;*/ border: 1px solid #fff !important; background-color: #4CACFF; color: #fff !important; @@ -269,4 +269,21 @@ height: 30px; line-height: 30px; border-radius: 2px; +} + +.packageabsolute{ + position: absolute; + right: -16px; + top: -11px; +} +.relativef{ + position: relative; +} + +.homehove:hover span{ + color: #4CACFF!important; +} + +.homehove:hover .ContacttheTAs{ + display: block; } \ No newline at end of file