@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.targetProfitLoss-container {
  /* 搜索表单样式*/
}
.targetProfitLoss-container .search-box .el-form .el-form-item {
    margin: 0 25px 0 0;
}
.targetProfitLoss-container .search-box .el-form .el-form-item:last-of-type {
      margin: 0 20px 0 0;
}
.targetProfitLoss-container .level-two-table-box .el-table .th-select,
  .targetProfitLoss-container .level-two-table-box .el-table .th-datepicker {
    top: -4px;
}
.targetProfitLoss-container .level-two-table-box .el-table th.th-operate .cell {
    line-height: 55px;
}
.targetProfitLoss-container .level-two-table-box .filter-table th.th-operate .cell {
    line-height: 76.5px;
}
.targetProfitLoss-container .dialog-box .el-dialog {
    width: 700px !important;
}
.targetProfitLoss-container .dialog-box .el-dialog .el-transfer-panel {
      width: 290px;
}

