This commit is contained in:
2024-01-23 09:07:15 +08:00
parent 3d9c5bd3f2
commit 10e4e52b51
9 changed files with 112 additions and 43 deletions

View File

@ -340,6 +340,19 @@
}
}
.ui-grid-date-cell {
line-height: 22px;
box-sizing: border-box;
padding: var(--spacing-cell);
border: none;
font-size: var(--font-size);
width: 100%;
&:invalid {
color: rgba(0, 0, 0, .3);
}
}
.col-icon {
display: flex;
cursor: pointer;
@ -391,7 +404,7 @@
opacity: 1;
}
}
}
}
>.ui-grid-loading {
position: absolute;