From 87634d9bee0e951d948c188dad63e5317f6f5f85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Fri, 12 Jul 2019 10:52:27 +0800
Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=9B=B4=E6=94=B9=E5=88=97?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../PackageIndexNEITaskDetails.js | 4 ++--
.../PackageIndexNEITaskDetails/pds.css | 14 +++++++++-----
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
index ea304702..b9ea18cc 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
@@ -318,7 +318,7 @@ class PackageIndexNEITaskDetails extends Component {
return(
![]({item.url}/)
-
{item.name}
+
联系TA
@@ -359,7 +359,7 @@ class PackageIndexNEITaskDetails extends Component {
this.Clickteacher2(item.id)}>
{item.bool===true?
![]({gouxuan})
:
![]({weigouxuan})
}
![]({item.url}/)
-
{item.name}
+
{item.name}
)
})}
diff --git a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/pds.css b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/pds.css
index 19392039..031d617c 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/pds.css
+++ b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/pds.css
@@ -13,11 +13,11 @@
}
.ysldivhomediv1{
- width: 75px;
- height: 110px;
+ width: 80px;
+ height: 130px;
display: flex;
flex-direction:column;
- margin-left: 53px;
+ margin-left: 48px;
margin-top: 20px;
}
.yslgouxuanimg{
@@ -32,8 +32,8 @@
.div1img{
display: flex;
justify-content:center;
- width: 70px;
- height: 70px;
+ width: 80px;
+ height: 80px;
border-radius:50%;
}
@@ -41,6 +41,10 @@
text-align: center;
font-size: 13px;
color: #4B4B4B;
+
+}
+.ptext{
+ width: 80px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ysllogin_section {
display: flex;