fix last-child css

This commit is contained in:
samunohito 2024-07-07 17:14:40 +09:00
parent 20bcf4af4f
commit 4baf1596e8
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ SPDX-License-Identifier: AGPL-3.0-only
:setting="rowSetting"
:bus="bus"
:using="row.using"
:class="[ lastLine === row.index ? $style.lastLine : {} ]"
@operation:beginEdit="onCellEditBegin"
@operation:endEdit="onCellEditEnd"
@change:value="onChangeCellValue"
@ -1316,7 +1315,7 @@ $borderRadius: var(--radius);
}
}
&.lastLine {
&:last-child {
.mk_grid_td, .mk_grid_th {
//
border-bottom: $borderSetting;