fix(fe): set explicit container height for KsDataGrid wrapper in ModelOperationTable
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 85 KiB |
@@ -60,6 +60,7 @@ const columns: UiGridColumn[] = [
|
|||||||
|
|
||||||
.grid-wrapper {
|
.grid-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 260px;
|
||||||
border: 1px solid var(--ks-color-border);
|
border: 1px solid var(--ks-color-border);
|
||||||
border-radius: var(--ks-radius-sm);
|
border-radius: var(--ks-radius-sm);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user