@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
52 lines (51 loc) • 1.06 kB
CSS
.outParamsWrap :global .ant-empty-description {
color: #bfbfbf;
}
.outParamsWrap .selectNode {
display: flex;
align-items: center;
}
.outParamsWrap .selectNode :global .ant-select-selector {
background: #F2F3F5 ;
border-radius: 4px 4px 4px 4px ;
}
.outParamsWrap .selectNode .selectNodeWrap {
font-weight: 400;
font-size: 14px;
color: #4E5969;
margin-right: 5px;
}
.outParamsWrap .selectNode .selectWrap {
width: 360px;
margin-left: 17px;
}
.outParamsWrap .hint {
font-weight: 400;
font-size: 14px;
color: #4E5969;
margin: 20px 0 8px 0;
}
.outParamsWrap .tableTitleWrap {
display: flex;
width: 100%;
background: #F5F7F9;
box-shadow: inset 0px -1px 0px 0px #E5E5E5;
}
.outParamsWrap .tableTitleWrap .item {
flex: 1;
padding: 13px;
font-weight: 400;
font-size: 14px;
color: #1D2129;
}
.outParamsWrap .formItemWrap {
border-bottom: 1px solid #EEEEEE;
padding: 12px;
}
.paramNameWrap .redWrap {
color: red;
}
.tipWrap :global .ant-tooltip-inner {
font-weight: 400;
font-size: 12px;
}