From 45e127be6ecf43f76b9ebaba8f6730ca64792d20 Mon Sep 17 00:00:00 2001 From: chaideqing Date: Wed, 1 Dec 2021 14:59:33 +0800 Subject: [PATCH] * add linkButton tips in card and card do not show cross scroll --- module/bug/css/x.browse.css | 7 ++++--- module/bug/view/browse.html.php | 4 +++- module/bug/view/view.html.php | 4 +++- module/execution/css/x.bug.css | 7 ++++--- module/execution/css/x.story.css | 7 ++++--- module/execution/css/x.task.css | 7 ++++--- module/execution/view/bug.html.php | 4 +++- module/execution/view/story.html.php | 4 +++- module/execution/view/task.html.php | 4 +++- module/product/css/x.browse.css | 7 ++++--- module/product/view/browse.html.php | 4 +++- module/story/view/view.html.php | 4 +++- module/task/view/view.html.php | 4 +++- 13 files changed, 44 insertions(+), 23 deletions(-) diff --git a/module/bug/css/x.browse.css b/module/bug/css/x.browse.css index 5968b696db..bf6c77e47c 100644 --- a/module/bug/css/x.browse.css +++ b/module/bug/css/x.browse.css @@ -4,11 +4,12 @@ .checkbox-primary {display: none !important;} .dropdown {display: none;} #xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 40px;} -body {width: 700px; margin-bottom: 0px !important;} -#main {min-width: 100%;} +body {margin-bottom: 0px !important;} +#main {min-width: unset;} #main > .container {width: 100% !important;} #mainContent > .main-col {margin-top: 0px;} .pager > li > .pager-size-menu {display: none;} .table-footer > .table-actions {display: none;} .table-footer{position: fixed; width: 100%; bottom: 0;} -.linkButton {float: right; padding-right: 10px; line-height: 34px;} \ No newline at end of file +.linkButton {float: right; padding-right: 10px; line-height: 34px;} +.main-table a {pointer-events: none; color: unset !important;} \ No newline at end of file diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 1841437fda..67c8309a4f 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -192,7 +192,9 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow product->getByID($productID)->name ?>
- + + +
diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 4ad050a202..4639ccf99f 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -17,7 +17,9 @@ diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 39afa2ddd0..a155b0facb 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -184,7 +184,9 @@ body {margin-bottom: 25px;} execution->getByID($executionID)->name ?>
- + + +
diff --git a/module/product/css/x.browse.css b/module/product/css/x.browse.css index 56da2c3b8b..2b876d5573 100644 --- a/module/product/css/x.browse.css +++ b/module/product/css/x.browse.css @@ -4,8 +4,8 @@ .checkbox-primary {display: none !important;} .dropdown {display: none;} #xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 40px;} -body {width: 700px; margin-bottom: 0px !important;} -#main {min-width: 100%;} +body {margin-bottom: 0px !important;} +#main {min-width: unset;} #main > .container {width: 100% !important;} #mainContent > .main-col {margin-top: 0px;} .pager > li > .pager-size-menu {display: none;} @@ -14,4 +14,5 @@ body {width: 700px; margin-bottom: 0px !important;} .table-footer .pager:before {display: none !important;} .table-footer .pager {background-color: #fff !important;} .table-footer .pager li *{color: #838a9d !important;} -.linkButton {float: right; padding-right: 10px; line-height: 34px;} \ No newline at end of file +.linkButton {float: right; padding-right: 10px; line-height: 34px;} +.main-table a {pointer-events: none; color: unset !important;} \ No newline at end of file diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 02cdcb1a92..1e525f9d70 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -237,7 +237,9 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; product->getByID($productID)->name ?>
- + + +
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index bb151a9640..c107fd4106 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -17,7 +17,9 @@