tplus-pos
Version:
pos module
127 lines (117 loc) • 2.79 kB
text/less
.withoutVoucher-father{
height: 100%;
padding: 16px 16px 0 16px;
.u-table-fixed-left{
display: none;
}
.u-table-scroll{
>div{margin-left:0}
}
.u-table-content{
height: 100%;
}
.td-cell{
width:100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.td-memo {
width : 100% ;
font-size: 12px;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
td{
text-overflow: ellipsis;
}
.u-table-header{
background: #F4F4F4;
}
.u-table-body::-webkit-scrollbar{
// display: none;
}
.u-table-tbody{
>tr{
>td{
padding:0;
}
}
}
th{
background: transparent;
}
td{
background: transparent;
}
tr{
background: transparent;
border-bottom: 1px solid #E6E6EB;
}
.selected{
background-color:rgba(255,140,37,0.2);
}
.cell{
font-size :14px;
color:#333333;
line-height: 22px;
}
thead{
tr{
th{
.cell;
background: #F4F4F4 ;
font-weight: 500;
}
}
}
tbody tr td{
border-bottom: 1px solid #E6E6EB;
.cell;
}
tbody tr td:last-child {
position: relative ;
.quick {
display : flex;
justify-content: center;
.delete {
text-align: center ;
cursor : pointer;
}
.print {
text-align: center ;
cursor : pointer;
}
}
}
//子表格
.withoutVoucher-child{
tr{
background: #fff;
}
.u-table-header{
thead tr th{
height: 32px;
padding-top:0px;
padding-bottom:0px;
background: rgba(244,244,244,0.8);
}
}
.u-table-body{
tr{
border:none;
}
tbody tr td{
border-bottom: none;
background: rgba(244,244,244,0.4);
}
}
}
.hotRegion {
width : 50px;
height : 50px;
line-height: 50px;
display : block;
}
}