Commit 90efcc95 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

записи реестра - fix ширина столбцов

parent d7fab7a5
......@@ -416,7 +416,7 @@ const registryTable = {
let tr = $('<tr class="colHeaders">');
this.colgroup.append(`<col style="width: 30px">`, `<col style="width: 30px">`);
this.colgroup.append(`<col style="width: 40px">`, `<col style="width: 40px">`);
let th = $('<th class="ui-resizable">');
let checkbox = $('<input/>')
.addClass('uk-checkbox')
......@@ -434,7 +434,7 @@ const registryTable = {
let me = this;
this.heads.forEach(item => {
this.colgroup.append(`<col style="width: 80px">`);
this.colgroup.append(`<col>`);
let tmp_th = $('<th class="exp-pt-header ui-resizable">');
let tmp_label = $('<label class="columnLabel">').text(item.label);
let tmp_imput = $('<input type="text" class="uk-input">').css({'height': 'auto'}).hide();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment