@thBg: #f3f4f4;
html,
body,
:global(#root) {
  height: 100%;
}

canvas {
  display: block;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}



//table样式
:global{
  body{
    #layout{
      background: @component-background;
    }
    .ant-table-thead > tr > th{
      background: @thBg;
    }

    .ant-table-thead > tr > th,.ant-table-tbody > tr > td{
      padding: 10px 10px;
      white-space: nowrap;
    }
    .react-resizable{
      position: relative;
      .react-resizable-handle {
        position: absolute;
        width: 10px;
        height: 100%;
        bottom: 0;
        right: -5px;
        cursor: col-resize;
      }
    }
  }
  .column-moneyRight {
    text-align: right !important;
  }
}
//table样式结束
// 搜索表格
:global{
  .searchForm{
    .ant-form-item-label{
      width: 105px;
      position: absolute;
      margin:5px 0px;
    }
    .ant-form-item-control-wrapper{
      padding-left: 105px;
      margin:5px 0px;
      width: 100%;
    }
    .ant-form-item{
      margin-right: 0px;
      width:100%;
    }
  }
}