From cb9c575ed28c057243d10bd556590e89a0e5f237 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 13 Apr 2023 17:07:28 +0800 Subject: [PATCH 1/3] * Adjust the column width of the owning object. --- module/doc/view/mydoclist.html.php | 3 ++- module/my/css/doc.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/doc/view/mydoclist.html.php b/module/doc/view/mydoclist.html.php index 5fd3c59bad..6cbe69887b 100644 --- a/module/doc/view/mydoclist.html.php +++ b/module/doc/view/mydoclist.html.php @@ -16,6 +16,7 @@ body {margin-bottom: 25px;} #docListForm th.c-user {width: 80px;} #docListForm th.c-actions {width: 84px; padding-left: 15px;} #docListForm .c-module, #docListForm .c-object {width: 120px; overflow: hidden; white-space: nowrap; text-overflow: clip;} +#docListForm .c-object {width: 180px;} #docListForm .table .c-name > .doc-title {display: inline-block; max-width: calc(100% - 80px); overflow: hidden; background: transparent; padding-right:0px;} #docListForm .table .c-name > span.doc-title {line-height: 0; vertical-align: inherit;} #docListForm .table .c-name > .draft {background-color:rgba(129, 102, 238, 0.12); color:#8166EE;} @@ -26,7 +27,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;}