@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
63 lines (62 loc) • 1.32 kB
CSS
.wufeng-inputs-tabsSet {
margin-bottom: 16px;
}
.wufeng-inputs-tabsSet-addBtn {
display: flex;
align-items: center;
justify-content: center;
height: 28px;
padding-top: 2px;
padding-bottom: 2px;
}
.wufeng-inputs-tabsSet-addBtn-text {
color: rgba(28, 36, 46, 0.55);
font-size: 12px;
}
.wufeng-inputs-tabsSet-item {
display: flex;
align-items: center;
height: 36px;
padding: 0 16px;
}
.wufeng-inputs-tabsSet-label {
width: 128px;
height: 28px;
margin: 0 8px;
border-color: #E5E5E5;
}
.wufeng-inputs-tabsSet-show-icon,
.wufeng-inputs-tabsSet-hide-icon,
.wufeng-inputs-tabsSet-move-icon,
.wufeng-inputs-tabsSet-delete-icon {
width: 16px;
height: 16px;
}
.wufeng-inputs-tabsSet-show-icon,
.wufeng-inputs-tabsSet-hide-icon,
.wufeng-inputs-tabsSet-delete-icon {
cursor: pointer;
}
.wufeng-inputs-tabsSet-move-icon {
margin-right: 8px;
cursor: move;
}
.wufeng-inputs-tabsSet-delete-icon {
margin-right: 8px;
}
.wufeng-inputs-tabsSet-delete-popover-info {
margin-bottom: 10px;
font-size: 12px;
}
.wufeng-inputs-tabsSet-delete-popover-btn-warp {
display: flex;
justify-content: flex-end;
align-items: center;
}
.wufeng-inputs-tabsSet-delete-popover-cancel-btn {
margin-right: 10px;
font-size: 12px;
}
.wufeng-inputs-tabsSet-delete-popover-confirm-btn {
font-size: 12px;
}