Merge branch 'dev/gfl_zentaopms_305' into 'master'

* Code for task 90776 .

See merge request easycorp/zentaopms!7396
This commit is contained in:
王怡栋
2023-04-13 05:28:57 +00:00
3 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -107,5 +107,6 @@ ol, ul {margin-bottom: 0}
#content .detail-content.article-content {overflow-y: auto; height: calc(100vh - 200px);}
#aclBox .acl-tip {color: #838a9d;}
.ajaxCollect > img.star-empty {margin-right: 0px;}
#outlineMenu {background: #fff; position: absolute; height: calc(100vh - 200px)!important; overflow-y: auto; top: 50px; right: 20px;}
#outlineMenu {background: #fff; position: absolute; height: calc(100vh - 180px)!important; overflow-y: auto; top: 50px; right: 25px;}
.pl-0px {padding-left:0px !important;}
.icon {cursor: pointer;}
+2
View File
@@ -71,3 +71,5 @@
#autoBox {display: flex; overflow: hidden; text-overflow: ellipsis; padding-right: 15px; position: relative;}
#autoBox > .ellipsis {position: absolute; top: 3px; right: 0; width: 10px; background: #F4F5F7; height: 100%;}
.detail+.detail {padding-top: 0;}
.comment-edit-form .form-actions {display: flex;}
+3
View File
@@ -156,6 +156,9 @@ $(function()
{
$('#outline li.active').removeClass('active');
$(e.target).closest('li').addClass('active');
}).on('click', '.comment-edit-form .btn-hide-form', function()
{
$('.comment-edit-form #submit').attr('disabled', false);
});
$('#outline li.has-list').addClass('open in');