index datashow2
This commit is contained in:
parent
67932f2f2e
commit
81ac208003
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue