* Finish task#51104

This commit is contained in:
zenggang
2022-03-25 01:47:22 +00:00
parent 01310e31ce
commit 553b32b60d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -111,6 +111,7 @@ body.menu-hide {padding-left: 0;}
.version-detail {color: #8a8a8a;}
.upgrade-now {float: right;}
.color-primary {color: #3280fc;}
.showFeatures .modal-body{max-height: 550px !important;}
@media screen and (max-height: 768px)
{
+1 -1
View File
@@ -3,7 +3,7 @@
if(showFeatures && vision == 'rnd')
{
/* Show features dialog. */
new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 900, showHeader: false, backdrop: 'static'}).show();
new $.zui.ModalTrigger({url: $.createLink('misc', 'features'), type: 'iframe', width: 900, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show();
}
/* Init variables */