* Use the biz-version style instead of the proversion style.

This commit is contained in:
liugang
2023-04-10 07:12:26 +00:00
parent 6442713ef2
commit 29d7292aa2
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@ ul li {list-style: none;}
#report-list .list-group-item:first-child {border-top: 1px;}
#report-list .list-group-item:last-child {border-bottom: 1px;}
#report-list .list-group-item.active {background: none; color: #333;}
.proversion a {color: #81511C;}
.main > .input-group {margin-bottom: 10px;}
.main > .input-group > .datepicker-wrapper {display: table-cell;}
+1
View File
@@ -2,3 +2,4 @@
.toolbar-padding {padding-right: 100px;}
.child-position {position: absolute; right: 0;}
#reportGroups .active {background-color: #e9f2fb; color: #006af1;}
.biz-version a {color: #81511C;}
+1 -1
View File
@@ -56,7 +56,7 @@ $('#subNavbar li').not('[data-id=<?php echo $group;?>]').removeClass('active');
</div>
<?php if($this->config->edition == 'open'):?>
<div class='panel panel-body' style='padding: 10px 6px'>
<div class='text proversion'>
<div class='text biz-version'>
<span class='text-important'><?php echo (!empty($config->isINT)) ? $lang->bizVersionINT : $lang->bizVersion;?></span>
</div>
</div>