@jiess/plus
Version:
基于Jiess核心库的强化与拓展,为Jiess应用的完整形态
29 lines (22 loc) • 391 B
text/less
@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;
}
}
}