shu-c-view
Version:
rollup 打包vue@2.7组件库框架
33 lines (32 loc) • 571 B
text/less
/* icon 图表选择器 */
.base-icon-picker {
.icon-placeolder {
font-size: 12px;
}
.clear-icon {
cursor: pointer;
}
}
.base-icon-picker-popper {
max-height: 365px;
overflow: auto;
cursor: pointer;
.icon-tab-outer {
// width: 200px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
svg {
margin: 10px;
cursor: pointer;
&.active,
&:hover {
color: rgb(64, 158, 255);
}
}
}
.font-icon {
display: inline-block;
padding: 10px;
}
}