@iconDayin: #45ACF7;
.ttk-scm-app-inventory {
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #666;
    overflow-y: hidden;
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    .emptyList{
        position: absolute;
        z-index: 1;
        left: 40%;
        top: 25%;
        .mk-nodata-img{
            width: 220px;
            height: 220px;
            bottom: -65px;
        }
        .mk-nodata-message{
            margin-top: 65px
        }
    }
    .mk-normal-search{
        .ant-select-selection-selected-value{
            font-size: 12px
        }
        .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;
            }
        }
        .setting{
            width: 30px;
            height: 30px;
            font-size: 28px;
            margin-left: 8px;
            border-radius: 5px;
            border: 1px solid #D9D9D9;
            cursor: pointer;
        }
        .edficon-shezhi {
            color: @iconDayin;
        }
        .edficon-shezhi:hover {
            border-color: @iconDayin
        }
    }
    &-normalSearch {
        .mk-select{
            display: inline-block;
            width: 92px;
            margin-right: 8px;
            font-size: 12px;
            .ant-select-selection__clear{
                margin-right: 8px
            }
        }
        .ant-calendar-picker{
            margin-right: 8px
        }
        input{
            width: 80px;
            font-size: 12px;
        }
    }
    &-table {
        border: 0px solid #d9d9d9; 
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-spin-container{
            height: 100%;
            .ant-table-empty{
                height: 100%;
                .ant-table-content{
                    height: 100%;
                    .ant-table-body{
                        height: 100% !important;
                    }
                }
            }
        }
		table tr td:last-child{
            border-right: none !important;
        }
        .ant-table .ant-table-thead{
            tr:first-child{
                th:last-child{
                    border-right: none;
                }
            }
            tr th{
                text-align: center !important;
                width: 306px;
            }
        }
        .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-placeholder{
                // margin-top: -410px;
                // color: rgba(0,0,0,0)
                display: none
            }
			.ant-table-body {
                background-color: #fff;
                border-left: 1px solid #d9d9d9;
                border-right: 1px solid #d9d9d9;
                overflow: scroll;
                tr:last-child{
                    td{
                        background-color: #fff6ea !important;
                    }
                    td:first-child{
                        text-align: center
                    }
                }
				td {
					text-align: right 
				}
			}
		}
    }
    .detail_left{
        text-align: left !important
    }
    .detail_center{
        text-align: center !important
    }
}