tplus-pos
Version:
pos module
52 lines • 1.06 kB
text/less
.quickKey-modal{
.u-modal-body{
height: unset ;
}
.head{
// margin-top:5px;
background: #DDDDDD;
}
.tr{
display: flex;
height: 38px;
line-height: 38px;
font-size:14px;
color: #333333;
letter-spacing: 0;
border-bottom:1px solid #E6E6EB ;
}
.tr-name{
flex: 2;
text-align: left;
padding-left:16px;
}
.tr-value{
flex: 6;
margin-left:16px;
letter-spacing: 0;
}
.little-head{
background: #F4F4F4;
color: #666;
}
.quickKey-container{
flex:1;
overflow-y: scroll;
}
.t_set_table_header_back{
background: #F4F4F4 ;
}
.quick-key-edit-header{
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
color: #666;
}
.u-modal-body{
max-height: 500px ;
overflow: scroll;
}
}
.tplus-confirm-quickkey[role="dialog"]{
z-index: 1000000 ;
}