diff --git a/public/assets/kindeditor/plugins/table/table.js b/public/assets/kindeditor/plugins/table/table.js index 4033b6ae3..634e9b7fc 100644 --- a/public/assets/kindeditor/plugins/table/table.js +++ b/public/assets/kindeditor/plugins/table/table.js @@ -245,6 +245,10 @@ KindEditor.plugin('table', function(K) { if (bgColor !== '') { style += 'background-color:' + bgColor + ';'; } + if (border !== ''){ + style += 'border:'+border+'px solid;'; + } + var html = '') + ''; + html += '' + (K.IE ? ' ' : '
') + ''; } html += ''; }