修改BUG:全部清除按钮宽度太小

This commit is contained in:
Argo-Lenovo 2016-11-28 12:48:52 +08:00
parent 8b18d117fa
commit 3fd0cdf258
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@
$('#refreshCache').click(function () { listCacheUrl(); }).trigger('click');
$('#clearCache').click(function () { listCacheUrl({ clear: true }); });
if (!$.browser.versions.mobile) {
$('#refreshCache, #clearCache').tipso({ width: 70, position: 'left' });
$('#refreshCache').tipso({ width: 70, position: 'left' });
$('#clearCache').tipso({ width: 180, position: 'left' });
}
$sortable.on('click', '.btn', function () {
console.log($(this).attr('data-key'));