修改BUG:全部清除按钮宽度太小
This commit is contained in:
parent
8b18d117fa
commit
3fd0cdf258
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue