File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127
127
.vp-fe-table thead th {
128
128
position : sticky;
129
129
top : 0 ;
130
- background : # FFFFFF ;
130
+ background-color : # FFFFFF ;
131
131
border-bottom : 1px solid # E4E4E4 ;
132
132
133
133
text-align : right;
Original file line number Diff line number Diff line change @@ -1434,7 +1434,7 @@ define([
1434
1434
// add column
1435
1435
// LAB: img to url
1436
1436
// table.appendFormatLine('<th class="{0}"><img src="{1}"/></th>', VP_FE_ADD_COLUMN, com_Const.IMAGE_PATH + 'plus.svg');
1437
- table . appendFormatLine ( '<th class="{0} {1}"></th>' , VP_FE_ADD_COLUMN , 'vp-icon-plus' ) ;
1437
+ table . appendFormatLine ( '<th class="{0}"><div class=" {1}"></div ></th>' , VP_FE_ADD_COLUMN , 'vp-icon-plus' ) ;
1438
1438
1439
1439
table . appendLine ( '</tr>' ) ;
1440
1440
table . appendLine ( '</thead>' ) ;
@@ -1467,7 +1467,7 @@ define([
1467
1467
table . appendLine ( '<tr>' ) ;
1468
1468
// LAB: img to url
1469
1469
// table.appendFormatLine('<th class="{0}"><img src="{1}"/></th>', VP_FE_ADD_ROW, com_Const.IMAGE_PATH + 'plus.svg');
1470
- table . appendFormatLine ( '<th class="{0} {1}"></th>' , VP_FE_ADD_ROW , 'vp-icon-plus' ) ;
1470
+ table . appendFormatLine ( '<th class="{0}"><div class=" {1}"></div ></th>' , VP_FE_ADD_ROW , 'vp-icon-plus' ) ;
1471
1471
table . appendLine ( '</tr>' ) ;
1472
1472
table . appendLine ( '</tbody>' ) ;
1473
1473
$ ( that . wrapSelector ( '.' + VP_FE_TABLE ) ) . replaceWith ( function ( ) {
You can’t perform that action at this time.
0 commit comments