This commit is contained in:
2023-05-30 17:34:56 +08:00
parent e728c66786
commit 9da1c4cf30
194 changed files with 10680 additions and 9060 deletions

View File

@@ -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;
}