Skip to content

Commit bf0ee17

Browse files
author
hikki
committed
1.2 面
1 parent 63b1c3e commit bf0ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function componentLine(name,columns,data) {
139139
function selectTd(td,type,value,column) {
140140
switch (type) {
141141
case 'text':
142-
td.insertAdjacentHTML('afterbegin','<p style="text-overflow: ellipsis;overflow: hidden;display: block;white-space: nowrap;">'+value+'</p>');
142+
td.insertAdjacentHTML('afterbegin','<p style="text-overflow: ellipsis;overflow: hidden;display: block;white-space: nowrap;" title="'+value+'">'+value+'</p>');
143143
break;
144144
case 'input':
145145
let input = document.createElement('input');

0 commit comments

Comments
 (0)