@import '../../common/css/base.less';

@theme: #409eff;

.jiess-space-item{
		.ant-form-item{
			width: 100%;
		}
}

div {
  .jiess-item {
    width: 100%;
  }

  .table-expanded-no-padding {
    & > .ant-table-cell > .ant-table-expanded-row-fixed {
      padding: 0;
    }
  }

  .table-cell-no-padding {
    & > .ant-table-cell {
      padding: 0;
    }
  }
}

