generator-hcy-system
Version:
hcy system layout and pages
90 lines (75 loc) • 1.24 kB
text/less
.icon-up {
box-sizing: border-box;
width: 112px;
height: 112px;
border: 1px dashed #bdc1c9;
border-radius: 2px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.icon-pitch {
text-align: center;
border: 1px solid #bdc1c9;
border-radius: 4px;
padding: 4px 0;
margin-right: 7px;
}
.icon-pitch:hover {
color: #fff;
background-color: #1677ff;
border: 1px solid #1677ff;
}
.selected {
color: #fff;
background-color: #1677ff;
border: 1px solid #1677ff;
text-align: center;
}
.icon-showed {
width: 135px;
text-align: center;
}
.icon-fize {
font-size: 20px;
}
.modal-icon {
overflow-y: auto;
}
.color-disable {
color: rgba(0, 0, 0, 25%);
}
.menu-edit {
max-height: 600px;
overflow: auto;
}
.menu-edit ::-webkit-scrollbar {
display: none;
}
.menu-unfold {
height: auto;
margin-bottom: 8px;
}
.menu-pack {
height: 110px;
overflow: hidden;
}
.unfold-pack {
text-align: right;
font-size: 12px;
color: #1677ff;
margin-right: 16px;
}
.dropdown-a {
padding: 0 7px;
}
.down-outlined {
font-size: 10px;
margin-left: 4px;
}
.ant-table-cell-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}