更新至V1.80.1,更新内容在笔记中查看

This commit is contained in:
小胡
2023-02-26 15:21:33 +08:00
Unverified
parent 4c9deb792c
commit 9474766168
13 changed files with 65 additions and 24 deletions

View File

@@ -1,4 +1,9 @@
<!--{if $list}-->
<style>
.table tbody:hover{
background: #fafafa;
}
</style>
<table class="table">
<thead>
<th width="100">{lang operator}</th>
@@ -31,9 +36,6 @@
</td>
</tr>
</table>
<!--{else}-->
暂无记录
<!--{/if}-->
<script type="text/javascript">
function togglecplog(k) {
var cplogobj = document.getElementById('cplog_' + k);
@@ -43,4 +45,7 @@
cplogobj.style.display = 'none';
}
}
</script>
</script>
<!--{else}-->
暂无记录
<!--{/if}-->