Skip to content

Commit

Permalink
Fix a front end issue : name or field of the key covered by table thead
Browse files Browse the repository at this point in the history
  • Loading branch information
taomin597715379 committed Aug 23, 2017
1 parent 1495139 commit 9700023
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/js/customer.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ $(document).ready(function() {
cloneHeadToFoot: true,
});
$('#rightbar').css("width", 1170 - $('#leftbar').width() - $('#midbar').width());
$('#type-name').css("width", "")
$('#keys-name').css("width", "")
$('#type-name').css("margin-top", -39);
$('#keys-name').css("margin-top", -49);
$('#type-name').css("width", "");
$('#keys-name').css("width", "");
$('#type-name').css("margin-top", "");
$('#keys-name').css("margin-top", "");
$('#leftbar thead tr th:eq(1)').css('padding-right', 5);
$('#midbar thead tr th:eq(2)').css('padding-right', 5);

$(".fht-tbody table thead").remove();
var logo = new Vue({
el:'#navbar-nlogo',
methods: {
Expand Down

0 comments on commit 9700023

Please sign in to comment.