@wufengteam/wform
Version:
@wufengteam/wform
44 lines (43 loc) • 859 B
CSS
.wufeng-wform-memberTabPane {
height: 360px;
padding: 0 16px;
}
.wufeng-wform-memberFromOrg {
width: 100%;
height: 340px;
padding-left: 24px;
overflow-y: auto;
}
.wufeng-wform-footContent {
padding: 0 12px;
border-top: solid 1px #e5e5e5;
}
.wufeng-wform-footContent .wufeng-wform-clearText {
text-align: right;
}
.wufeng-wform-footContent .wufeng-wform-clearText a {
color: #47e;
font-size: 12px;
}
.wufeng-wform-customize-content {
display: flex;
flex-direction: column;
}
.wufeng-wform-customize-tree {
flex: 1;
height: 100%;
}
.wufeng-wform-customize-selected {
padding: 12px;
overflow: hidden;
border-top: solid 1px #e5e5e5;
}
.wufeng-wform-mem-part-h5 {
display: flex;
align-items: center;
justify-content: flex-end;
color: rgba(28, 36, 46, 0.45);
font-weight: 400;
font-size: 16px;
line-height: 24px;
}