fx-form-widget
Version:
99 lines (82 loc) • 1.57 kB
text/less
.options_set_wrap {
position: relative;
.ant-btn {
margin-bottom: 10px;
}
.shade_cover {
position: absolute;
width: 100%;
height: 100%;
z-index: 100000;
display: block;
cursor: not-allowed;
}
}
.options_set_sort_wrap {
padding: 12px 0;
position: relative;
max-height: 329px;
overflow-y: auto;
.ant-checkbox-wrapper {
width: 100%;
}
.ant-checkbox {
margin-left: 10px;
}
.options_edit_components {
width: 100%;
height: 40px;
display: block;
position: relative;
margin: 5px 10px 5px 0;
border-radius: 2px;
background-color: #fff;
box-sizing: content-box;
user-select: none;
cursor: pointer;
border-radius: 2px;
line-height: 40px;
font-size: 14px;
text-align: center;
.options_operate {
width: 60px;
height: 100%;
position: absolute;
top: 0;
right: 12px;
font-size: 16px;
display: flex;
align-items: center;
.anticon {
margin-left: 15px;
&:hover {
cursor: pointer;
}
}
.noDelete {
color: #f1f1f1;
&:hover {
cursor: not-allowed;
}
}
}
.add_operate {
margin-top: 10px;
display: flex;
justify-content: space-between;
.ant-btn {
width: 47%;
height: 40px;
margin: 0;
padding: unset;
}
}
}
.options_edit_components_choosable {
cursor: move;
text-align: left;
.options_input2 {
margin-left: 10px;
}
}
}