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 tbody').html($('.tbl-body tbody').html() + $('.tbl-body tbody').html());
|
||||||
$('.tbl-body').css('top', '0');
|
$('.tbl-body').css('top', '0');
|
||||||
var tblTop = 0;
|
var tblTop = 0;
|
||||||
var speedhq = 100; // 数值越大越慢
|
var speedhq = 80; // 数值越大越慢
|
||||||
var outerHeight = $('.tbl-body tbody').find("tr").outerHeight();
|
var outerHeight = $('.tbl-body tbody').find("tr").outerHeight();
|
||||||
function Marqueehq() {
|
function Marqueehq() {
|
||||||
if (tblTop <= -outerHeight * Items.length) {
|
if (tblTop <= -outerHeight * Items.length) {
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
{{ user.username }} 欢迎您!
|
{{ user.username }} 欢迎您!
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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
|
<a style="color: #eee5e7;cursor: pointer;" class="easyui-linkbutton" iconCls="fa-sign-out" plain=true
|
||||||
onclick="logout()">安全退出</a>
|
onclick="logout()">安全退出</a>
|
||||||
<a style="color: #eee5e7;cursor: pointer;" id="bindwx" class="easyui-linkbutton" iconCls="fa-weixin"
|
<a style="color: #eee5e7;cursor: pointer;" id="bindwx" class="easyui-linkbutton" iconCls="fa-weixin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue