@kgdata/static-resource
Version:
static-resource
30 lines (29 loc) • 543 B
text/less
.fieldCard {
margin: 24px 24px 0 24px;
:global {
.ant-form-item-label > label {
margin-left: 20px;
}
.ant-image-img,
.ant-image-mask {
width: 102px;
height: 102px;
}
}
.button {
position: relative;
.submitButton {
margin-right: 20px;
}
.resetButton {
margin-right: 20px;
}
:global {
.ant-form-item-control-input-content {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
}
}
}