* Finish task #36316.

This commit is contained in:
holan20180123
2021-03-15 09:19:48 +08:00
parent f0365d7536
commit 2cf33c7be1
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -95,6 +95,7 @@ body.menu-hide {padding-left: 0;}
#upgradeContent {display: none; position: absolute; right: 10px; top: -290px; height: 282px; background-color: #fff; left: 0px; padding: 5px 0; border: 1px solid rgba(0,0,0,.15); border-color: rgba(0,0,0,.1); opacity: 1; border-radius: 4px; box-shadow: 0 6px 12px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.1);}
#latestVersionList {height: 190px; overflow: auto;}
#empty-tip {top: 1px; position: relative;}
.version-name {width: 20%;}
.version-date {width: 15%; color: #8a8a8a;}
+3 -1
View File
@@ -90,10 +90,12 @@ js::set('defaultOpen', $open);
<div id="latestVersionList">
<?php if(empty($latestVersionList)):?>
<div class="table-empty-tip" style='padding: 66px 10px;'>
<div style='display: inline-block'><?php echo $lang->noData;?></div>
<div style='display: inline-block'>
<span id='empty-tip'><?php echo $lang->noData;?></span>
<a href='<?php echo $lang->website;?>' target='_blank'>
<span class="label label-badge label-info label-outline"><?php echo $lang->index->website . ': '. $lang->website;?></span>
</a>
</div>
</div>
<?php else:?>
<table class='table has-sort-head'>