From 0c935c7eea0293edd68e6be823ca9826b6854738 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 13 Apr 2023 15:45:51 +0800 Subject: [PATCH] * Modify jump link. --- module/action/lang/en.php | 2 +- module/doc/css/tablecontents.css | 2 +- module/doc/view/doclist.html.php | 2 +- module/doc/view/lefttree.html.php | 3 ++- module/doc/view/mydoclist.html.php | 2 +- module/execution/control.php | 4 ++-- module/execution/view/view.html.php | 8 ++++---- module/my/css/doc.css | 2 ++ module/product/control.php | 2 +- module/project/config.php | 4 ++-- 10 files changed, 17 insertions(+), 14 deletions(-) diff --git a/module/action/lang/en.php b/module/action/lang/en.php index d874c37d33..6e9e7534b5 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -754,7 +754,7 @@ $lang->action->label->testtask = 'Request|testtask|view|caseID=%s'; $lang->action->label->testsuite = 'Test Suite|testsuite|view|suiteID=%s'; $lang->action->label->caselib = 'Case Library|caselib|view|libID=%s'; $lang->action->label->todo = 'Todo|todo|view|todoID=%s'; -$lang->action->label->doclib = 'Doc Library|doc|objectLibs|type=%s&objectID=%s&libID=%s'; +$lang->action->label->doclib = 'Doc Library|doc|tablecontents|type=%s&objectID=%s&libID=%s'; $lang->action->label->doc = 'Doc|doc|view|docID=%s'; $lang->action->label->user = 'User|user|view|account=%s'; $lang->action->label->testreport = 'Report|testreport|view|report=%s'; diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index b7196e25cc..f53186b0c9 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -49,7 +49,7 @@ li.drag-shadow ul {display: none!important;} .table .c-name > .doc-title {display: inline-block; max-width: calc(100% - 80px); overflow: hidden; background: transparent; padding-right:0px;} .table .c-name > span.doc-title {line-height: 0; vertical-align: inherit;} .table .c-name > .draft {background-color:rgba(129, 102, 238, 0.12); color:#8166EE;} -.table .c-name > .ajaxCollect {float: right; position: relative; right: 10px; top: 0px;} +.table .c-name > .ajaxCollect {float: right; position: relative; right: 10px; top: 0px; padding: 0 6px;} table.table > thead > tr {height: 32px;} #bysearchTab::before {display: none;} diff --git a/module/doc/view/doclist.html.php b/module/doc/view/doclist.html.php index f6bc1c6b85..7f6e2e26bd 100644 --- a/module/doc/view/doclist.html.php +++ b/module/doc/view/doclist.html.php @@ -20,7 +20,7 @@ body {margin-bottom: 25px;} #docListForm .checkbox-primary > label {height: 16px; line-height: 16px; padding-left: 16px;} #docListForm .checkbox-primary > label:before {left: -1px; font-size: 10px;} #docListForm .checkbox-primary > label:after {width: 12px; height: 12px;} -.table-files .btn {padding: 0 2px;} +.table-files .btn {padding: 2px;}