index datashow2

This commit is contained in:
caoqianming 2019-12-27 10:35:37 +08:00
parent 67932f2f2e
commit 81ac208003
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@
$('.tbl-body tbody').html($('.tbl-body tbody').html() + $('.tbl-body tbody').html());
$('.tbl-body').css('top', '0');
var tblTop = 0;
var speedhq = 100; // 数值越大越慢
var speedhq = 80; // 数值越大越慢
var outerHeight = $('.tbl-body tbody').find("tr").outerHeight();
function Marqueehq() {
if (tblTop <= -outerHeight * Items.length) {

View File

@ -88,7 +88,7 @@
{{ user.username }} 欢迎您!
</span>
</div>
<div style="text-align: center;position: fixed;width: 500px;height: 70px;top: 40px;right: 60px;">
<div style="text-align: center;position: fixed;width: auto;height: 70px;top: 40px;right: 60px;">
<a style="color: #eee5e7;cursor: pointer;" class="easyui-linkbutton" iconCls="fa-sign-out" plain=true
onclick="logout()">安全退出</a>
<a style="color: #eee5e7;cursor: pointer;" id="bindwx" class="easyui-linkbutton" iconCls="fa-weixin"