From a312035c1be4588f9f963d3b35eaa66473b8507a Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 7 Mar 2022 11:17:40 +0800 Subject: [PATCH 1/4] * Fix task #49881. --- module/productplan/css/browse.css | 2 +- module/productplan/view/browsebylist.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/productplan/css/browse.css b/module/productplan/css/browse.css index 42eef18835..1ea346c36e 100644 --- a/module/productplan/css/browse.css +++ b/module/productplan/css/browse.css @@ -20,7 +20,7 @@ td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellip .c-story, .c-status {width: 80px;} .c-execution {width: 60px !important;} .c-bug, .c-hour {width: 60px;} - +.c-desc {min-width: 100px;} .plan-name {position: relative; display: flex; align-items: center;} .plan-name > span {flex: none;} diff --git a/module/productplan/view/browsebylist.html.php b/module/productplan/view/browsebylist.html.php index 3b1fd7f1a5..e72f69cf28 100644 --- a/module/productplan/view/browsebylist.html.php +++ b/module/productplan/view/browsebylist.html.php @@ -68,7 +68,7 @@ productplan->bugs;?> productplan->hour;?> productplan->execution;?> - productplan->desc;?> + productplan->desc;?> productplan->getFlowExtendFields(); foreach($extendFields as $extendField) echo "{$extendField->name}"; From a7484fe7218d1c7bdd4669cbb36944596085f1fe Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 7 Mar 2022 13:50:32 +0800 Subject: [PATCH 2/4] * Fix task #49881. --- module/productplan/css/browse.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/productplan/css/browse.css b/module/productplan/css/browse.css index 1ea346c36e..8de8448bb8 100644 --- a/module/productplan/css/browse.css +++ b/module/productplan/css/browse.css @@ -15,12 +15,11 @@ td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellip .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;};} -.c-title {width: 250px;} +.c-title {width: 160px;} .c-branch {width: 100px;} .c-story, .c-status {width: 80px;} .c-execution {width: 60px !important;} .c-bug, .c-hour {width: 60px;} -.c-desc {min-width: 100px;} .plan-name {position: relative; display: flex; align-items: center;} .plan-name > span {flex: none;} From 2686139e04f75ceb95b2d11de08395a3852a0864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Mon, 7 Mar 2022 05:51:47 +0000 Subject: [PATCH 3/4] Update browsebylist.html.php --- module/productplan/view/browsebylist.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/view/browsebylist.html.php b/module/productplan/view/browsebylist.html.php index e72f69cf28..3b1fd7f1a5 100644 --- a/module/productplan/view/browsebylist.html.php +++ b/module/productplan/view/browsebylist.html.php @@ -68,7 +68,7 @@ productplan->bugs;?> productplan->hour;?> productplan->execution;?> - productplan->desc;?> + productplan->desc;?> productplan->getFlowExtendFields(); foreach($extendFields as $extendField) echo "{$extendField->name}"; From 4666f2f5f62350ff131af4cec32442ae6c11dceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Mon, 7 Mar 2022 05:52:11 +0000 Subject: [PATCH 4/4] Update browse.css --- module/productplan/css/browse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/productplan/css/browse.css b/module/productplan/css/browse.css index 8de8448bb8..1f9f589b44 100644 --- a/module/productplan/css/browse.css +++ b/module/productplan/css/browse.css @@ -20,6 +20,7 @@ td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellip .c-story, .c-status {width: 80px;} .c-execution {width: 60px !important;} .c-bug, .c-hour {width: 60px;} + .plan-name {position: relative; display: flex; align-items: center;} .plan-name > span {flex: none;}