@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
264 lines (263 loc) • 6.6 kB
CSS
.wufeng-inputs-modal .editor-modal .editor-modal-content .editor-modal-close .editor-modal-close-x {
color: rgba(28, 36, 46, 0.75);
font-size: 14px;
}
.wufeng-inputs-modal .editor-modal .editor-modal-content .editor-modal-header {
height: auto;
border-radius: 4px 4px 0 0;
}
.wufeng-inputs-modal .editor-modal .editor-modal-content .editor-modal-header .editor-modal-title {
display: flex;
align-items: center;
color: #1c242e;
font-size: 16px;
}
.wufeng-inputs-modal .editor-modal .editor-modal-body {
min-height: 100px;
padding: 20px;
overflow-y: auto;
border-radius: 0 0 4px 4px;
}
.wufeng-inputs-modal .editor-modal .editor-modal-body::-webkit-scrollbar {
width: 0;
}
.wufeng-inputs-modal .container {
height: 100%;
}
.wufeng-inputs-modal .container .demo {
display: flex;
align-items: center;
margin-bottom: 20px;
padding: 10px 20px;
color: rgba(28, 36, 46, 0.95);
font-weight: 400;
font-size: 12px;
background: #fafafa;
}
.wufeng-inputs-modal .container .demo .icon {
margin-right: 8px;
font-size: 12px;
color: #4477ee;
}
.wufeng-inputs-modal .container .demo .label {
margin-left: 4px;
padding: 3px 8px;
color: #4477ee;
font-size: 12px;
background: rgba(68, 119, 238, 0.1);
border-radius: 2px;
}
.wufeng-inputs-modal .container .title {
display: flex;
justify-content: space-between;
margin-bottom: 12px;
color: #1c242e;
font-weight: 400;
font-size: 14px;
}
.wufeng-inputs-modal .container .title .editor-btn-ghost {
color: #4477ee;
border-color: #4477ee;
}
.wufeng-inputs-modal .container .table .editor-table-thead {
display: none;
}
.wufeng-inputs-modal .container .table .editor-table-tbody .editor-table-row td {
padding: 4px 0;
border-bottom: none;
cursor: move;
}
.wufeng-inputs-modal .container .table .editor-form-item {
width: 380px;
margin-bottom: 0;
color: #1c242e;
}
.wufeng-inputs-modal .container .table .editor-form-item-required {
color: #1C242E;
}
.wufeng-inputs-modal .container .table .editor-select-selector {
height: 28px;
}
.wufeng-inputs-modal .container .table .editor-select-selection-item {
height: 28px;
line-height: 28px;
color: rgba(28, 36, 46, 0.75);
}
.wufeng-inputs-modal .container .table .editor-input {
height: 28px;
color: rgba(28, 36, 46, 0.75);
}
.wufeng-inputs-modal .container .table .line {
display: flex;
line-height: 40px;
padding: 4px 0;
align-items: center;
}
.wufeng-inputs-modal .container .table .line .seq {
display: flex;
align-items: center;
width: 120px;
padding-left: 27px;
color: rgba(28, 36, 46, 0.75);
font-size: 14px;
}
.wufeng-inputs-modal .container .table .line .seq .icon {
margin-right: 2px;
fill: rgba(28, 36, 46, 0.55);
}
.wufeng-inputs-modal .container .table .line .delete {
display: flex;
align-items: center;
height: 40px;
margin-left: 8px;
cursor: pointer;
}
.wufeng-inputs-modal .container .table .line .delete .icon {
fill: rgba(28, 36, 46, 0.55);
}
.wufeng-inputs-modal .container .table .line .cust {
color: #4477EE;
font-size: 14px;
padding-left: 8px;
cursor: pointer;
}
.wufeng-inputs-modal .container .table .activeLine {
background: #fafafa;
}
.wufeng-inputs-menu .editor-dropdown-menu .editor-dropdown-menu-item {
padding: 4px 15px;
color: rgba(28, 36, 46, 0.75);
font-weight: 400;
font-size: 12px;
line-height: 20px;
}
.wufeng-inputs-menu .editor-dropdown-menu .editor-dropdown-menu-item-disabled,
.wufeng-inputs-menu .editor-dropdown-menu .editor-dropdown-menu-submenu-title-disabled {
color: #C6C8CB;
}
.wufeng-inputs-popover {
width: 280px;
}
.wufeng-inputs-popover .editor-popover-inner {
border-radius: 4px;
}
.wufeng-inputs-popover .editor-popover-inner .editor-popover-inner-content {
padding: 0;
}
.wufeng-inputs-popover .content {
padding: 20px 16px 10px;
}
.wufeng-inputs-popover .content .editor-legacy-form-item-required {
color: #1C242E;
}
.wufeng-inputs-popover .content .editor-input-number {
width: 100%;
height: 28px;
}
.wufeng-inputs-popover .content .editor-input-number .editor-input-number-input {
line-height: 28px;
height: 28px;
}
.wufeng-inputs-popover .content .editor-select {
width: 100%;
}
.wufeng-inputs-popover .content .editor-select .editor-select-selector {
height: 28px;
}
.wufeng-inputs-popover .content .editor-select .editor-select-selector .editor-select-selection-item {
height: 28px;
line-height: 28px;
color: rgba(28, 36, 46, 0.75);
}
.wufeng-inputs-popover .content .editor-row {
margin-bottom: 0;
}
.wufeng-inputs-popover .content .item .editor-legacy-form-item-control {
line-height: 20px;
}
.wufeng-inputs-popover .content .item .editor-checkbox + span {
display: flex;
align-items: center;
padding-right: 0;
font-size: 12px;
}
.wufeng-inputs-popover .content .item .icons {
display: flex;
}
.wufeng-inputs-popover .content .icon {
margin-left: 4px;
fill: rgba(28, 36, 46, 0.55);
display: inline-block;
}
.wufeng-inputs-popover .footer {
padding: 6px 16px;
display: flex;
justify-content: flex-end;
border-top: 1px solid #E5E5E5;
}
.wufeng-inputs-systemTimePopover {
width: 286px;
}
.wufeng-inputs-systemTimePopover .editor-radio-wrapper {
width: 100%;
max-width: 230px;
}
.wufeng-inputs-systemTimePopover .editor-radio-wrapper > :last-child {
width: 100%;
}
.wufeng-inputs-systemTimePopover .editor-select {
width: 90%;
margin-top: 7px;
margin-left: 25px;
}
.wufeng-inputs-systemTimePopover .editor-select .editor-select-selector {
height: 28px;
}
.wufeng-inputs-systemTimePopover .editor-select .editor-select-selector .editor-select-selection-item {
height: 28px;
line-height: 28px;
color: rgba(28, 36, 46, 0.75);
}
.wufeng-inputs-systemTimePopover .radioGropWrap {
font-weight: 400;
font-size: 14px;
color: #64677A;
}
.wufeng-inputs-systemTimePopover .customWrap {
width: 90%;
margin-top: 7px;
margin-left: 25px;
}
.wufeng-inputs-systemTimePopover .hintWrap {
margin-top: 4px;
margin-left: 25px;
font-weight: 400;
font-size: 13px;
color: #B0B2BF;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.wufeng-inputs-serialNumberWrap {
display: flex;
width: 100%;
height: 28px;
border-radius: 2px;
border: 1px solid #d9d9d9;
justify-content: space-between;
align-items: center;
font-size: 12px;
}
.wufeng-inputs-serialNumberWrap .rulesWrap {
color: rgba(0, 0, 0, 0.65);
padding: 0 7px;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wufeng-inputs-serialNumberWrap .setBtn {
color: #4477EE;
padding: 0 7px;
cursor: pointer;
}