File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 329
329
.dlp-table .dlp-tbody > .dlp-tr {background : # 1e1e1e }
330
330
.dlp-table .dlp-tbody > .dlp-tr : nth-child (even){background : # 2a2a2a }
331
331
.dlp-table .dlp-tbody > .dlp-tr : hover {background : rgb (255 255 255 / 1% )}
332
- .dlp-table .dlp-tfoot > .dlp-tr {height : 40px ;border-top : 1px solid # 060606 ;}
332
+ .dlp-table .dlp-tfoot > .dlp-tr {max- height: 40px ; min-height : 5 px ;border-top : 1px solid # 060606 ;}
333
333
.dlp-table .operate-column {width : 45px ;text-align : center;line-height : 9px ;}
334
334
.dlp-table .operate-column > div {display : flex;width : 100% ;height : 100% ;align-items : center;justify-content : space-around}
335
335
Original file line number Diff line number Diff line change @@ -991,8 +991,8 @@ window.ComponentLine = class {
991
991
makeFoot ( foot ) {
992
992
let tfoot = document . createElement ( 'tfoot' ) ;
993
993
tfoot . className = 'dlp-tfoot' ;
994
+ tfoot . insertAdjacentHTML ( 'afterbegin' , `<tr class="dlp-tr"></tr>` ) ;
994
995
if ( ! this . OPTIONS . insert ) {
995
- tfoot . insertAdjacentHTML ( 'afterbegin' , `<tr></tr>` ) ;
996
996
this . TABLE_DOM . appendChild ( tfoot ) ;
997
997
return ;
998
998
}
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ public function boot(DLP $extension)
29
29
}
30
30
31
31
Admin::booting (function () {
32
- Admin::css ('vendor/dlp/component.min.css?v4.3 ' );
33
- Admin::headerJs ('vendor/dlp/component.min.js?v4.3 ' );
32
+ Admin::css ('vendor/dlp/component.min.css?v4.4 ' );
33
+ Admin::headerJs ('vendor/dlp/component.min.js?v4.4 ' );
34
34
Form::extend ('Dot ' , Dot::class);
35
35
Form::extend ('CascadeDot ' , CascadeDot::class);
36
36
Form::extend ('Linear ' , Linear::class);
You can’t perform that action at this time.
0 commit comments