.modal-card-data-table {
|
.add-row {
|
position: absolute;
|
z-index: 1;
|
right: 10px;
|
top: -30px;
|
padding: 5px;
|
font-size: 18px;
|
color: #26C281;
|
}
|
.editable-row {
|
.ant-form-explain {
|
position: absolute;
|
font-size: 12px;
|
margin-top: -4px;
|
}
|
.ant-form-item-control {
|
line-height: 1;
|
}
|
> td {
|
padding: 13px 10px;
|
word-break: break-all;
|
}
|
.fileupload-form-container .ant-upload-list-picture-card .ant-upload-list-item {
|
margin: 0;
|
padding: 2px;
|
.ant-upload-list-item-info > span {
|
height: 100%;
|
}
|
}
|
.ant-input {
|
padding: 0 5px;
|
}
|
}
|
.editable-row.hide {
|
td:not(:last-child) {
|
text-decoration: line-through;
|
}
|
}
|
.operation-btn {
|
font-size: 16px;
|
text-align: center;
|
span {
|
margin-right: 20px;
|
cursor: pointer;
|
}
|
span:last-child {
|
margin-right: 0px;
|
}
|
.primary {
|
color: #1890ff;
|
}
|
.hide-control {
|
color: rgb(142, 68, 173);
|
}
|
.danger {
|
color: #ff4d4f;
|
}
|
}
|
.operation-btn.disabled {
|
span {
|
cursor: default;
|
}
|
.primary {
|
color: rgba(0, 0, 0, .25);
|
}
|
.hide-control {
|
color: rgba(0, 0, 0, .25);
|
}
|
.danger {
|
color: rgba(0, 0, 0, .25);
|
}
|
}
|
tr.drop-over-downward td {
|
border-bottom: 2px dashed #1890ff;
|
}
|
tr.drop-over-upward td {
|
border-top: 2px dashed #1890ff;
|
}
|
.mk-source-wrap {
|
.ant-radio-button-wrapper + .ant-radio-button-wrapper {
|
border-radius: 0 4px 4px 0;
|
}
|
.ant-radio-button-wrapper:last-child {
|
display: none;
|
}
|
}
|
}
|