.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
:root {
|
||||
--header-line-height: 26px;
|
||||
--header-border-color: #aaa;
|
||||
--cell-border-color: #e0e0e0
|
||||
}
|
||||
|
||||
.data-grid .data-grid-header .data-column-header-split {
|
||||
@@ -81,7 +82,7 @@
|
||||
}
|
||||
|
||||
.data-grid, .data-grid input[type=text] {
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.status-cell {
|
||||
@@ -94,6 +95,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ui-grid {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -116,4 +118,10 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-popup-mask .ui-popup-container {
|
||||
max-height: unset;
|
||||
min-width: 200px;
|
||||
max-width: unset;
|
||||
}
|
||||
|
Reference in New Issue
Block a user