* code for task #6759.

This commit is contained in:
wangyidong
2019-12-25 09:50:17 +08:00
parent 81e73e61f1
commit 3504dfefa7
4 changed files with 1 additions and 28 deletions
+1 -7
View File
@@ -1,11 +1,5 @@
$(function()
{
$('.title-group .has-icon-right').css('min-width', '100px');
$('#buildBoxActions').remove();
$('#openedBuild').parent().find('input-group-btn').remove();
$('#openedBuild_chosen.chosen-container .chosen-drop').css('min-width', '100px');
$('.title-group .has-icon-right').css('min-width', '100px');
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
$('table tbody tr').eq(3).remove();
$('table tbody tr th').removeClass('w-110px');
$('table tbody tr th').addClass('w-70px');
})