.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 !important;
            }
        }
        .print{
            color: #45ACF7;
            &:hover{
                border: 1px solid #45ACF7 !important;
            }
        }
    }
    &-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 !important;
            }
        }
        .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 !important;
        }
        .ant-table .ant-table-thead{
            tr:first-child{
                th:last-child{
                    border-right: none;
                }
            }
        }
        .ant-table-placeholder{
            border-right: none !important;
            border-left: none !important;
        }
        .ant-table-fixed-header table tr th:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }
        .ant-table-fixed-header table tr td:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }


		.ant-table-content {
			.ant-table-body {
                background-color: #fff;
                overflow-x: hidden !important;
				td:last-child {
					text-align: center !important;
                }
                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 !important
    }
    .detail_center{
        text-align: center !important
    }
    
}