This commit is contained in:
Eason010212
2023-07-11 18:54:12 +08:00
parent 7b3678ae4d
commit d9e55b5e59

View File

@@ -469,4 +469,30 @@ input{
.ui-dialog-content{
padding:0 !important;
overflow: visible !important;
}
.pixel{
width: 18px;
height: 18px;
margin:1px;
background-color:#eeeeee;
}
.pixelrow{
display:flex;
flex-direction:row;
width: 100%;
align-items: start;
justify-content: space-between;
}
.pixelDiv{
display:flex;
flex-direction:column;
align-items: stretch;
justify-content: space-between;
width: 100%;
padding:10px;
padding-top:0;
padding-bottom: 0;
}