sunmao-sdk
Version:
榫卯-开箱即用赋能-sdk
98 lines (83 loc) • 1.52 kB
text/less
.custom-header-modal {
.ant-modal-header {
padding-bottom: 8px;
border-bottom: 0;
}
.ant-alert-message {
font-size: 12px;
}
.ant-modal-body {
padding-top: 0;
}
.ant-tabs-nav {
height: 41px;
margin-bottom: 8px;
.ant-tabs-tab {
font-size: 14px;
}
}
.ant-modal-footer {
padding: 20px;
}
.header-lists {
display: flex;
flex-wrap: wrap;
width: 100%;
max-height: 500px;
overflow: scroll;
overflow-y: scroll;
.header-item {
height: 44px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 0 0 25%;
padding-right: 8px;
.label {
font-size: 12px;
line-height: 18px;
position: relative;
top: -2px;
}
.disable-label {
padding-left: 8px;
}
.menu-icon {
position: relative;
top: 4px;
color: #999;
}
.ant-checkbox + span {
padding-right: 0;
}
}
}
}
.custom-header-drag-header-item {
height: 36px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 0 0 20%;
padding-right: 8px;
z-index: 9999;
.label {
font-size: 12px;
line-height: 18px;
}
.menu-icon {
position: relative;
top: 4px;
color: #999;
}
}
.custom-header-footer {
display: flex;
justify-content: space-between;
align-items: center;
button {
width: 106px;
height: 32px;
border-radius: 4px;
}
}