Skip to content

Commit

Permalink
修改bootstrap-table生成的详情+号td标签样式 (#2621)
Browse files Browse the repository at this point in the history
Co-authored-by: 王飞 <[email protected]>
  • Loading branch information
feiazifeiazi and 王飞 authored May 8, 2024
1 parent 3bd21e7 commit 18214bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/templates/sqlquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ <h4 class="modal-title text-danger">收藏语句</h4>
var thHasDetail=$(`#${query_result_id} th.detail`);
thHasDetail.css('white-space', 'nowrap');
//有详情+号的的td,添加sytle
var tdHasDetail=$(`#${query_resultId} tr[data-has-detail-view="true"] .detail-icon`).parent('td');
var tdHasDetail=$(`#${query_result_id} tr[data-has-detail-view="true"] .detail-icon`).parent('td');
tdHasDetail.css('white-space', 'nowrap');
},
locale: 'zh-CN',
Expand Down

0 comments on commit 18214bc

Please sign in to comment.