.tfDesigner{
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 16px;
  .dsHeader{
    height: 46px;
    background: rgba(240, 242, 245, 0.8);
    border: 1px solid #d9d9d9;
    align-items: baseline;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
    padding: 7px 16px 10px 16px;
    box-sizing: border-box;
  }
  .dsMain{
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    margin-bottom: 10px;
  }
  .buttonArea{
    display: flex;
    :global {
      .ant-btn{
        background: #ffffff;
      }
      .ant-btn+.ant-btn{
        margin-left: 10px;
      }
    }
  }
}