ttk-app-core
Version:
enterprise develop framework
120 lines (117 loc) • 2.92 kB
text/less
.ttk-scm-app-warehouseDetail {
width: 100%;
height: 100%;
padding: 10px;
color: #666;
overflow-y: hidden;
&-selectR{
width: 160px;
margin-right: 8px;
input{
font-size: 12px
}
}
.ttk-scm-app-warehouseDetail-normalSearch {
.mk-select {
display: inline-block;
width: 90px;
margin-right: 8px;
font-size: 12px
}
}
.mk-normal-search{
.checkboxShow-label{
font-size: 12px;
}
.print, .export{
text-align: center;
box-sizing: border-box;
cursor: pointer;
font-size: 28px;
line-height: 28px;
margin-left: 8px;
}
.export{
color: #00B38A;
&:hover{
border: 1px solid #00B38A ;
}
}
.print{
color: #45ACF7;
&:hover{
border: 1px solid #45ACF7 ;
}
}
}
&-content {
width: 100%;
border: 1px solid #d9d9d9;
border-top: 0.2px solid #d9d9d9;
height: 100%;
.ant-table-header{
margin-bottom: -6px;
}
.ant-table .ant-table-thead{
tr th{
text-align: center ;
}
}
.ttk-scm-app-warehouseDetail-table{
border: 0px solid #d9d9d9;
background-color: #fff;
flex:1;
}
.ant-spin-container{
height: 100%;
}
table tr td:last-child{
border-right: none ;
}
.ant-table .ant-table-thead{
tr:first-child{
th:last-child{
border-right: none;
}
}
}
.ant-table-placeholder{
border-right: none ;
border-left: none ;
}
.ant-table-fixed-header table tr th:last-child{
border-right: 1px solid #d9d9d9 ;
}
.ant-table-fixed-header table tr td:last-child{
border-right: 1px solid #d9d9d9 ;
}
.ant-table-content {
.ant-table-body {
background-color: #fff;
overflow-x: hidden ;
td:last-child {
text-align: center ;
}
td {
text-align: right
}
}
}
.ant-table-empty{
height: 100%;
.ant-table-content{
height: 100%;
.ant-table-placeholder{
border-left: 0px solid #e8e8e8;
border-right: 0px solid #e8e8e8;
}
}
}
}
.detail_left{
text-align: left
}
.detail_center{
text-align: center
}
}