This commit is contained in:
2023-05-05 17:05:23 +08:00
parent d831a707ae
commit e728c66786
25 changed files with 150 additions and 144 deletions

View File

@ -184,9 +184,9 @@ input[type="checkbox"], input[type="radio"] {
.maskbg {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
right:0;
bottom:0;
position: fixed;
background: #000;
opacity: 0.2;
/*margin: 0 4px;*/

View File

@ -77,7 +77,11 @@
}*/
.data-grid .data-grid-body .data-grid-row > td > span {
display: flex;
/*display: flex;*/
}
.data-grid, .data-grid input[type=text] {
font-size: 12px;
}
.status-cell {