diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/TaskPlanList.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/TaskPlanList.vue
index 6f84b8023..a7c41f30c 100644
--- a/jero-web/src/views/projectManagement/projectStatusBoard/components/TaskPlanList.vue
+++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/TaskPlanList.vue
@@ -46,7 +46,8 @@
-
{{val.name}}
+
{{val.name}}
+
{{val.name}}
{{val.time.slice(0,11)}}
@@ -496,23 +497,27 @@
.process-content-right-top {
font-size: 12px;
color: #040B29;
- width: 50px;
+ width: 70px;
+ background: #fff;
+ display: inline-block;
overflow: hidden;
position: absolute;
- top: -14px;
+ top: -12px;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
+ .process-content-right-button{
+ font-size: 12px;
+ color: #040B29;
+ width: 70px;
+ background: #fff;
+ display: inline-block;
+ overflow: hidden;
+ position: absolute;
+ top: 12px;
left: 50%;
- line-height: 1.2;
- display: -webkit-box;
- text-overflow: ellipsis;
- /*! autoprefixer: off */
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- /*! autoprefixer: on;*/
- text-justify: inter-ideograph;
- word-break: break-all;
transform: translate(-50%, -50%);
}
-
.process-content-right-button {
width: 70px;
font-size: 12px;
diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
index b979eed10..ebe8aafc2 100644
--- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
+++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
@@ -71,7 +71,8 @@
-
{{val.name}}
+
{{val.name}}
+
{{val.name}}
{{val.time.slice(0,11)}}
@@ -647,23 +648,27 @@
.process-content-right-top {
font-size: 12px;
color: #040B29;
- width: 50px;
+ width: 70px;
+ background: #fff;
+ display: inline-block;
overflow: hidden;
position: absolute;
- top: -14px;
+ top: -12px;
left: 50%;
- line-height: 1.2;
- display: -webkit-box;
- text-overflow: ellipsis;
- /*! autoprefixer: off */
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- /*! autoprefixer: on;*/
- text-justify: inter-ideograph;
- word-break: break-all;
transform: translate(-50%, -50%);
}
-
+ .process-content-right-button{
+ font-size: 12px;
+ color: #040B29;
+ width: 70px;
+ background: #fff;
+ display: inline-block;
+ overflow: hidden;
+ position: absolute;
+ top: 12px;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
.process-content-right-button {
width: 70px;
font-size: 12px;