sync
This commit is contained in:
@ -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;*/
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user